summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2005-01-07 03:57:58 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2005-01-07 03:57:58 +0000
commitf81c2cb3d4372850c19b30ec9006d95ea6437e85 (patch)
tree035d6d2e470d5abde48dcccc849a2ff1362eb614 /net-misc
parentA few fixes and einfo changes. Fixes bug #76966. (Manifest recommit) (diff)
downloadgentoo-2-f81c2cb3d4372850c19b30ec9006d95ea6437e85.tar.gz
gentoo-2-f81c2cb3d4372850c19b30ec9006d95ea6437e85.tar.bz2
gentoo-2-f81c2cb3d4372850c19b30ec9006d95ea6437e85.zip
Cleanup the ebuild, and add ~mips because I'm using this on the XXS1500.
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/netdate/ChangeLog7
-rw-r--r--net-misc/netdate/netdate-1.2.ebuild15
2 files changed, 11 insertions, 11 deletions
diff --git a/net-misc/netdate/ChangeLog b/net-misc/netdate/ChangeLog
index 9f2cd84437ec..e2b5ff1ec438 100644
--- a/net-misc/netdate/ChangeLog
+++ b/net-misc/netdate/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/netdate
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/netdate/ChangeLog,v 1.4 2004/07/01 21:31:18 squinky86 Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/netdate/ChangeLog,v 1.5 2005/01/07 03:57:58 robbat2 Exp $
+
+ 06 Jan 2005; Robin H. Johnson <robbat2@gentoo.org> netdate-1.2.ebuild:
+ Cleanup the ebuild, and add ~mips because I'm using this on the XXS1500.
01 Jul 2004; Jon Hood <squinky86@gentoo.org> netdate-1.2.ebuild:
change virtual/glibc to virtual/libc
diff --git a/net-misc/netdate/netdate-1.2.ebuild b/net-misc/netdate/netdate-1.2.ebuild
index 4da61bd0e18a..4000607682c6 100644
--- a/net-misc/netdate/netdate-1.2.ebuild
+++ b/net-misc/netdate/netdate-1.2.ebuild
@@ -1,25 +1,22 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/netdate/netdate-1.2.ebuild,v 1.4 2004/07/01 21:31:18 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/netdate/netdate-1.2.ebuild,v 1.5 2005/01/07 03:57:58 robbat2 Exp $
DESCRIPTION="A Utility to synchronize the time with ntp-servers"
-SRC_URI="mirror://netdate-${PV}.tar.bz2"
-
+SRC_URI="mirror://gentoo/netdate-${PV}.tar.bz2"
SLOT="0"
LICENSE="public-domain"
-KEYWORDS="~x86 ~sparc"
+KEYWORDS="~x86 ~sparc ~mips"
IUSE=""
-
DEPEND="virtual/libc"
+S=${WORKDIR}/${PN}
src_compile() {
- cd ${WORKDIR}/netdate
emake || die "make failed"
}
src_install() {
- cd ${WORKDIR}/netdate
dobin netdate
doman netdate.8
dodoc README COPYRIGHT
-} \ No newline at end of file
+}