diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-11-10 21:43:28 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-11-10 21:43:28 +0000 |
commit | bf11a8341ee61e9e76d89244843da90f7c81c734 (patch) | |
tree | 904d953ac38eee396dc280ebce8096576b2894b5 /net-misc/tulip-devel | |
parent | sparc, x86 stable (diff) | |
download | historical-bf11a8341ee61e9e76d89244843da90f7c81c734.tar.gz historical-bf11a8341ee61e9e76d89244843da90f7c81c734.tar.bz2 historical-bf11a8341ee61e9e76d89244843da90f7c81c734.zip |
virtual/kernel -> virtual/linux-sources
Diffstat (limited to 'net-misc/tulip-devel')
-rw-r--r-- | net-misc/tulip-devel/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/tulip-devel/Manifest | 14 | ||||
-rw-r--r-- | net-misc/tulip-devel/tulip-devel-1.1.8-r1.ebuild | 4 |
3 files changed, 9 insertions, 15 deletions
diff --git a/net-misc/tulip-devel/ChangeLog b/net-misc/tulip-devel/ChangeLog index ae6f8ff4084a..eb770c7a872e 100644 --- a/net-misc/tulip-devel/ChangeLog +++ b/net-misc/tulip-devel/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/tulip-devel # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tulip-devel/ChangeLog,v 1.3 2004/10/01 23:40:55 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tulip-devel/ChangeLog,v 1.4 2004/11/10 21:43:28 mr_bones_ Exp $ + + 10 Nov 2004; Michael Sterrett <mr_bones_@gentoo.org> + tulip-devel-1.1.8-r1.ebuild: + virtual/kernel -> virtual/linux-sources 02 Oct 2004; Markus Nigbur <pyrania@gentoo.org> tulip-devel-1.1.8-r1.ebuild: diff --git a/net-misc/tulip-devel/Manifest b/net-misc/tulip-devel/Manifest index 2a7eb0e6b5f7..b91c1a458a84 100644 --- a/net-misc/tulip-devel/Manifest +++ b/net-misc/tulip-devel/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 3f6412c460a2851250a8cd0b3ddc8d1b tulip-devel-1.1.8-r1.ebuild 1219 -MD5 bf95a898b7d96726a98d8e0620d0f8b7 ChangeLog 1100 +MD5 b7d0dde7c78943cb5450b53edb3a5a5a ChangeLog 1231 +MD5 04b32f8692e7d30c649b14c4ef974466 tulip-devel-1.1.8-r1.ebuild 1228 MD5 0edaac022955356a70882b61be127202 files/digest-tulip-devel-1.1.8-r1 62 MD5 e26c48157c28af3ca1baef77dcefe4f2 files/tulip-devel-1.1.8-r1-gentoo.patch 737 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) - -iD8DBQFBXesXI7fK2cqeyXkRAtoVAJ9TvuRA4JInB5T9UNd9e17XgCjQFACeKPW8 -GNlFEwmT6ODcrNejbdLAaC8= -=9RCz ------END PGP SIGNATURE----- diff --git a/net-misc/tulip-devel/tulip-devel-1.1.8-r1.ebuild b/net-misc/tulip-devel/tulip-devel-1.1.8-r1.ebuild index f7e155cee244..b0ec625d47c0 100644 --- a/net-misc/tulip-devel/tulip-devel-1.1.8-r1.ebuild +++ b/net-misc/tulip-devel/tulip-devel-1.1.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tulip-devel/tulip-devel-1.1.8-r1.ebuild,v 1.3 2004/10/01 23:40:55 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tulip-devel/tulip-devel-1.1.8-r1.ebuild,v 1.4 2004/11/10 21:43:28 mr_bones_ Exp $ inherit eutils @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="~ppc" IUSE="" -DEPEND=">=virtual/kernel-2.3.50" +DEPEND=">=virtual/linux-sources-2.3.50" S=${WORKDIR}/${MY_P}/src |