summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2013-02-26 04:01:58 +0000
committerMichael Palimaka <kensington@gentoo.org>2013-02-26 04:01:58 +0000
commit1bdf44ff6b4290d5aa1364523bc51b9ca9d6d629 (patch)
treed9d362b19e3268b1350fb46bcfda7d7a73071d2f /net-misc/getdate
parentfixed icons (thx to floppym, bug #459086) (diff)
downloadgentoo-2-1bdf44ff6b4290d5aa1364523bc51b9ca9d6d629.tar.gz
gentoo-2-1bdf44ff6b4290d5aa1364523bc51b9ca9d6d629.tar.bz2
gentoo-2-1bdf44ff6b4290d5aa1364523bc51b9ca9d6d629.zip
Remove old.
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'net-misc/getdate')
-rw-r--r--net-misc/getdate/ChangeLog5
-rw-r--r--net-misc/getdate/getdate-1.2.ebuild35
2 files changed, 4 insertions, 36 deletions
diff --git a/net-misc/getdate/ChangeLog b/net-misc/getdate/ChangeLog
index 8b1c4250bcd0..f5b7b18e0992 100644
--- a/net-misc/getdate/ChangeLog
+++ b/net-misc/getdate/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/getdate
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/getdate/ChangeLog,v 1.19 2013/02/25 21:47:05 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/getdate/ChangeLog,v 1.20 2013/02/26 04:01:58 kensington Exp $
+
+ 26 Feb 2013; Michael Palimaka <kensington@gentoo.org> -getdate-1.2.ebuild:
+ Remove old.
25 Feb 2013; Agostino Sarubbo <ago@gentoo.org> getdate-1.2-r1.ebuild:
Stable for ppc, wrt bug #457444
diff --git a/net-misc/getdate/getdate-1.2.ebuild b/net-misc/getdate/getdate-1.2.ebuild
deleted file mode 100644
index 89058e8b0b33..000000000000
--- a/net-misc/getdate/getdate-1.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/getdate/getdate-1.2.ebuild,v 1.13 2012/12/08 22:04:41 ulm Exp $
-
-inherit toolchain-funcs
-
-MY_PN=${PN}_rfc868
-MY_P=${MY_PN}-${PV}
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="Network Date/Time Query and Set Local Date/Time Utility"
-HOMEPAGE="http://www.ibiblio.org/pub/Linux/system/network/misc/"
-SRC_URI="http://www.ibiblio.org/pub/Linux/system/network/misc/${MY_P}.tar.gz"
-
-LICENSE="GPL-1+"
-SLOT="0"
-KEYWORDS="~amd64 ~mips ppc x86"
-IUSE=""
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -i -e "/errno.h/ a\#include <string.h>" getdate.c || die
-}
-
-src_compile() {
- einfo $(tc-getCC) ${LDFLAGS} ${CFLAGS} -DHAVE_ADJTIME -o getdate getdate.c
- $(tc-getCC) ${LDFLAGS} ${CFLAGS} -DHAVE_ADJTIME -o getdate getdate.c || die
-}
-
-src_install() {
- dobin getdate || die
- doman getdate.8 || die
- dodoc README getdate-cron || die
-}