summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-10-27 23:52:59 +0000
committerMike Frysinger <vapier@gentoo.org>2003-10-27 23:52:59 +0000
commitef3933e7d62e7f7f7478529d9617a356b365178c (patch)
treed5a32d0e990f2ee5c751f327c68541e94d700c4e /net-misc/rdate
parentadd patch to try to fix #31375 (diff)
downloadgentoo-2-ef3933e7d62e7f7f7478529d9617a356b365178c.tar.gz
gentoo-2-ef3933e7d62e7f7f7478529d9617a356b365178c.tar.bz2
gentoo-2-ef3933e7d62e7f7f7478529d9617a356b365178c.zip
fix DESCRIPTION #32091
Diffstat (limited to 'net-misc/rdate')
-rw-r--r--net-misc/rdate/rdate-990821-r1.ebuild29
-rw-r--r--net-misc/rdate/rdate-990821.ebuild32
2 files changed, 2 insertions, 59 deletions
diff --git a/net-misc/rdate/rdate-990821-r1.ebuild b/net-misc/rdate/rdate-990821-r1.ebuild
index 3bf47d0e88d2..a48bf899792b 100644
--- a/net-misc/rdate/rdate-990821-r1.ebuild
+++ b/net-misc/rdate/rdate-990821-r1.ebuild
@@ -1,28 +1 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# /home/cvsroot/gentoo-x86/net-misc/rdate,v 1.2 2001/02/15 18:17:31 achim Exp
-# $Header: /var/cvsroot/gentoo-x86/net-misc/rdate/rdate-990821-r1.ebuild,v 1.8 2003/09/18 23:10:20 avenj Exp $
-
-inherit flag-o-matic
-
-IUSE="ipv6"
-
-DESCRIPTION="rdate uses the NTP server of your choice to syncronize/show the current time"
-SRC_URI="ftp://metalab.unc.edu/pub/Linux/system/network/misc/${P}.tar.gz"
-HOMEPAGE="http://www.freshmeat.net/projects/rdate"
-
-SLOT="0"
-KEYWORDS="x86 ~ppc ~sparc ~alpha hppa ia64"
-LICENSE="GPL-2"
-
-DEPEND=">=sys-apps/sed-4.0.5"
-
-src_install(){
- use ipv6 && append-flags "-DINET6"
-
- sed -i "s/^\(CFLAGS = \).*/\1${CFLAGS}/" Makefile
-
- dodir /usr/{bin,share/man/man1}
- make DESTDIR=${D} install || die "Failed to install rdate"
- dodoc README.linux
-}
+# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-misc/rdate/rdate-990821-r1.ebuild,v 1.9 2003/10/27 23:52:59 vapier Exp $ inherit flag-o-matic DESCRIPTION="use TCP or UDP to retrieve the current time of another machine" HOMEPAGE="http://www.freshmeat.net/projects/rdate/" SRC_URI="ftp://metalab.unc.edu/pub/Linux/system/network/misc/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc ~sparc ~alpha hppa ia64" IUSE="ipv6" DEPEND=">=sys-apps/sed-4.0.5" src_install(){ use ipv6 && append-flags "-DINET6" sed -i "s/^\(CFLAGS = \).*/\1${CFLAGS}/" Makefile dodir /usr/{bin,share/man/man1} make DESTDIR=${D} install || die "Failed to install rdate" dodoc README.linux } \ No newline at end of file
diff --git a/net-misc/rdate/rdate-990821.ebuild b/net-misc/rdate/rdate-990821.ebuild
index 33aea3f6edea..7b3a9cf41dbc 100644
--- a/net-misc/rdate/rdate-990821.ebuild
+++ b/net-misc/rdate/rdate-990821.ebuild
@@ -1,31 +1 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# /home/cvsroot/gentoo-x86/net-misc/rdate,v 1.2 2001/02/15 18:17:31 achim Exp
-# $Header: /var/cvsroot/gentoo-x86/net-misc/rdate/rdate-990821.ebuild,v 1.13 2003/02/28 16:55:00 liquidx Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="rdate uses the NTP server of your choice to syncronize/show the current time"
-SRC_URI="ftp://metalab.unc.edu/pub/Linux/system/network/misc/${P}.tar.gz"
-HOMEPAGE="http://www.freshmeat.net/projects/rdate"
-KEYWORDS="x86 ppc sparc alpha"
-LICENSE="GPL-2"
-SLOT="0"
-
-DEPEND=""
-
-src_compile() {
-
- make || die
-
-}
-
-src_install () {
-
- dodir /usr/bin
- dodir /usr/share
- dodir /usr/share/man/man1
- make DESTDIR=${D} install || die
- dodoc README.linux
-
-}
-
+# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-misc/rdate/rdate-990821.ebuild,v 1.14 2003/10/27 23:52:59 vapier Exp $ DESCRIPTION="use TCP or UDP to retrieve the current time of another machine" HOMEPAGE="http://www.freshmeat.net/projects/rdate/" SRC_URI="ftp://metalab.unc.edu/pub/Linux/system/network/misc/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc sparc alpha" DEPEND="" src_compile() { make || die } src_install() { dodir /usr/bin /usr/share /usr/share/man/man1 make DESTDIR=${D} install || die dodoc README.linux } \ No newline at end of file