summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2008-06-01 21:25:53 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2008-06-01 21:25:53 +0000
commit98e76444655545251e174ed571b1962658fed137 (patch)
treec84cd35caf8e661a93dff329d9fc81ca8c266474 /net-misc
parentFix compilation with newer glib, bug #223291. (diff)
downloadgentoo-2-98e76444655545251e174ed571b1962658fed137.tar.gz
gentoo-2-98e76444655545251e174ed571b1962658fed137.tar.bz2
gentoo-2-98e76444655545251e174ed571b1962658fed137.zip
Clean up old ebuilds and make repoman happy.
(Portage version: 2.1.5.2)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/rdate/ChangeLog6
-rw-r--r--net-misc/rdate/rdate-1.4-r1.ebuild27
-rw-r--r--net-misc/rdate/rdate-1.4-r2.ebuild27
-rw-r--r--net-misc/rdate/rdate-1.4-r3.ebuild8
4 files changed, 9 insertions, 59 deletions
diff --git a/net-misc/rdate/ChangeLog b/net-misc/rdate/ChangeLog
index 34109b9c7af9..e195bb70a0f8 100644
--- a/net-misc/rdate/ChangeLog
+++ b/net-misc/rdate/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/rdate
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/rdate/ChangeLog,v 1.45 2008/06/01 21:21:11 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/rdate/ChangeLog,v 1.46 2008/06/01 21:25:53 robbat2 Exp $
+
+ 01 Jun 2008; Robin H. Johnson <robbat2@gentoo.org> -rdate-1.4-r1.ebuild,
+ -rdate-1.4-r2.ebuild, rdate-1.4-r3.ebuild:
+ Clean up old ebuilds and make repoman happy.
01 Jun 2008; Robin H. Johnson <robbat2@gentoo.org> rdate-1.4-r1.ebuild,
rdate-1.4-r2.ebuild, rdate-1.4-r3.ebuild:
diff --git a/net-misc/rdate/rdate-1.4-r1.ebuild b/net-misc/rdate/rdate-1.4-r1.ebuild
deleted file mode 100644
index 508de7c91f0c..000000000000
--- a/net-misc/rdate/rdate-1.4-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/rdate/rdate-1.4-r1.ebuild,v 1.12 2008/06/01 21:21:11 robbat2 Exp $
-
-inherit flag-o-matic
-
-DESCRIPTION="use TCP or UDP to retrieve the current time of another machine"
-HOMEPAGE="http://www.apps.ietf.org/rfc/rfc868.html"
-SRC_URI="ftp://people.redhat.com/sopwith/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 mips ppc ppc64 sparc x86"
-IUSE="ipv6"
-
-DEPEND="virtual/libc"
-
-src_compile() {
- use ipv6 && append-flags "-DINET6"
- emake RCFLAGS="${CFLAGS}" || die "emake failed"
-}
-
-src_install(){
- make prefix="${D}/usr" install || die "make install failed"
- newinitd ${FILESDIR}/rdate-initd rdate
- newconfd ${FILESDIR}/rdate-confd rdate
-}
diff --git a/net-misc/rdate/rdate-1.4-r2.ebuild b/net-misc/rdate/rdate-1.4-r2.ebuild
deleted file mode 100644
index 16f6a9f056aa..000000000000
--- a/net-misc/rdate/rdate-1.4-r2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/rdate/rdate-1.4-r2.ebuild,v 1.2 2008/06/01 21:21:11 robbat2 Exp $
-
-inherit flag-o-matic
-
-DESCRIPTION="use TCP or UDP to retrieve the current time of another machine"
-HOMEPAGE="http://www.apps.ietf.org/rfc/rfc868.html"
-SRC_URI="ftp://people.redhat.com/sopwith/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="ipv6"
-
-DEPEND="virtual/libc"
-
-src_compile() {
- use ipv6 && append-flags "-DINET6"
- emake RCFLAGS="${CFLAGS}" || die "emake failed"
-}
-
-src_install(){
- make prefix="${D}/usr" install || die "make install failed"
- newinitd ${FILESDIR}/rdate-initd-1.4-r2 rdate
- newconfd ${FILESDIR}/rdate-confd rdate
-}
diff --git a/net-misc/rdate/rdate-1.4-r3.ebuild b/net-misc/rdate/rdate-1.4-r3.ebuild
index e095fc406a83..a0a6e1989995 100644
--- a/net-misc/rdate/rdate-1.4-r3.ebuild
+++ b/net-misc/rdate/rdate-1.4-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/rdate/rdate-1.4-r3.ebuild,v 1.9 2008/06/01 21:21:11 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/rdate/rdate-1.4-r3.ebuild,v 1.10 2008/06/01 21:25:53 robbat2 Exp $
inherit flag-o-matic
@@ -21,7 +21,7 @@ src_compile() {
}
src_install(){
- make prefix="${D}/usr" install || die "make install failed"
- newinitd ${FILESDIR}/rdate-initd-1.4-r3 rdate
- newconfd ${FILESDIR}/rdate-confd rdate
+ emake -j1 prefix="${D}/usr" install || die "make install failed"
+ newinitd "${FILESDIR}"/rdate-initd-1.4-r3 rdate
+ newconfd "${FILESDIR}"/rdate-confd rdate
}