summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2005-02-13 03:39:43 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2005-02-13 03:39:43 +0000
commit1ff715def3bfd44d859d101b24bad6c1f9b24c31 (patch)
tree098d6f7e96805484d32bc8ba0c4758c9daf624cb /net-misc
parentHack to allow USE=nptl when emerging a crosscompile glibc. More crosscompile ... (diff)
downloadhistorical-1ff715def3bfd44d859d101b24bad6c1f9b24c31.tar.gz
historical-1ff715def3bfd44d859d101b24bad6c1f9b24c31.tar.bz2
historical-1ff715def3bfd44d859d101b24bad6c1f9b24c31.zip
Add ~mips for my XXS1500 hardware.
Package-Manager: portage-2.0.51.16
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/getdate/ChangeLog7
-rw-r--r--net-misc/getdate/Manifest15
-rw-r--r--net-misc/getdate/getdate-1.2.ebuild6
3 files changed, 21 insertions, 7 deletions
diff --git a/net-misc/getdate/ChangeLog b/net-misc/getdate/ChangeLog
index 8048a4639a1b..3667f6e52909 100644
--- a/net-misc/getdate/ChangeLog
+++ b/net-misc/getdate/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/getdate
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/getdate/ChangeLog,v 1.5 2004/07/01 21:02:14 squinky86 Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/getdate/ChangeLog,v 1.6 2005/02/13 03:39:43 robbat2 Exp $
+
+ 12 Feb 2005; Robin H. Johnson <robbat2@gentoo.org> getdate-1.2.ebuild:
+ Add ~mips for my XXS1500 hardware.
01 Jul 2004; Jon Hood <squinky86@gentoo.org> getdate-1.2.ebuild:
change virtual/glibc to virtual/libc, add IUSE
diff --git a/net-misc/getdate/Manifest b/net-misc/getdate/Manifest
index 622654447b57..1885361e6c07 100644
--- a/net-misc/getdate/Manifest
+++ b/net-misc/getdate/Manifest
@@ -1,4 +1,15 @@
-MD5 cb51a1ec8b7363223a121ceecdc66440 getdate-1.2.ebuild 777
-MD5 f2b2d1956fa5caef73cc3256bd481814 ChangeLog 746
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 a4258874ddda7ec14b6e601934014ac7 getdate-1.2.ebuild 781
+MD5 4c87be3bd46ef64161b3b5b908827b73 ChangeLog 855
MD5 7e285f080272b311b0eb8b0028928e07 metadata.xml 219
MD5 d2ce55fde628cfd4d7493625da97c22e files/digest-getdate-1.2 68
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.2.6 (GNU/Linux)
+Comment: Robbat2 @ Orbis-Terrarum Networks
+
+iD8DBQFCDswZPpIsIjIzwiwRAlJ3AKC4ctEcL3x9zqbejwTpGq9sinbg1ACg6EPy
+X6Wb/RfIQTQwazH3oWyEUXg=
+=L0Cn
+-----END PGP SIGNATURE-----
diff --git a/net-misc/getdate/getdate-1.2.ebuild b/net-misc/getdate/getdate-1.2.ebuild
index 10b53d9adfbf..176de9f70e56 100644
--- a/net-misc/getdate/getdate-1.2.ebuild
+++ b/net-misc/getdate/getdate-1.2.ebuild
@@ -1,6 +1,6 @@
-# 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/getdate/getdate-1.2.ebuild,v 1.5 2004/07/01 21:02:14 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/getdate/getdate-1.2.ebuild,v 1.6 2005/02/13 03:39:43 robbat2 Exp $
MY_PN=${PN}_rfc868
MY_P=${MY_PN}-${PV}
@@ -13,7 +13,7 @@ SRC_URI="http://www.ibiblio.org/pub/Linux/system/network/misc/${MY_P}.tar.gz"
LICENSE="as-is"
SLOT="0"
-KEYWORDS="x86"
+KEYWORDS="x86 ~mips"
DEPEND="virtual/libc"
RDEPEND="${DEPEND}"