summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2009-03-23 15:53:41 +0000
committerThomas Sachau <tommy@gentoo.org>2009-03-23 15:53:41 +0000
commitda0d55463dc76536a858fea54ad8c75df2b296a6 (patch)
treee9a53035e7c6c53e090ef91a054e528b1209f0f7 /net-libs
parentLicense is MIT per bug 263502, thanks to Justin Bronder <jsbronder@gentoo.org... (diff)
downloadhistorical-da0d55463dc76536a858fea54ad8c75df2b296a6.tar.gz
historical-da0d55463dc76536a858fea54ad8c75df2b296a6.tar.bz2
historical-da0d55463dc76536a858fea54ad8c75df2b296a6.zip
Force freenet-0.7 as dependency
Package-Manager: portage-2.2_rc26/cvs/Linux x86_64
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/NativeThread/Manifest14
-rw-r--r--net-libs/NativeThread/NativeThread-0_pre20080330.ebuild4
2 files changed, 15 insertions, 3 deletions
diff --git a/net-libs/NativeThread/Manifest b/net-libs/NativeThread/Manifest
index 055c63012401..00f26d75ab3c 100644
--- a/net-libs/NativeThread/Manifest
+++ b/net-libs/NativeThread/Manifest
@@ -1,5 +1,17 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
AUX Makefile.patch 759 RMD160 f3a2fc7c3bf6ed178015e85311bd50d84fa0061d SHA1 797a5c7cbc219b1b6147ef578ed48fe66ee2f873 SHA256 3974e6419e2023f6a48fbaf79be80c6fa9ea42b7db2008980497c4814c2b5108
DIST NativeThread-0_pre20080330.tar.bz2 2707 RMD160 6b93881f53a2ed89096d4a1900c3b48e08cb0201 SHA1 ca68ea04fcb1d9fd9f8aaed34a3e92a1de6539d9 SHA256 ae5277c25420fc76f59d296400c20562e37ff0ad4ecab63e537b9a053ac5802c
-EBUILD NativeThread-0_pre20080330.ebuild 733 RMD160 c5576419ec0d0306a18941a9fc3088749dc7a7aa SHA1 81a0490f62374f1160000aeb3389c480c1ea05b1 SHA256 1e04bc70c9ddc55f52ec6582051a1b4091aadab7e9740f81238d104c7d03fc16
+EBUILD NativeThread-0_pre20080330.ebuild 739 RMD160 346cae2a2148dc47d6045a0223eea84a5c8d348e SHA1 849ce8b33231aefc403770ad78f207a0e39d46d0 SHA256 85a56205e56553554804c2c71fb6a13662df78301eee7d0cdf61716c18947708
MISC ChangeLog 413 RMD160 2631853f3ca63888f554120574427e3fe7612bea SHA1 88f20884424863c4baa685823edf8092f82077f1 SHA256 5f2d0c21f230b2e1ea09c5049461bbb2195b94cb8e03948a3ac1aa03f8ac6ff4
MISC metadata.xml 243 RMD160 7be756104e00991666e4eca8aeec67344ecd58b3 SHA1 ac8db07adeb283df0ee6b8dc8f833c491e756199 SHA256 76e8c4cafe92af4eb083e9682c375a2f887458dac6ce8f2982976a96abcf8219
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.9 (GNU/Linux)
+
+iJwEAQECAAYFAknHsIoACgkQG7kqcTWJkGdUjAP/a3I+PzwuQJn+q6OH9AD6SHO8
+WCGSmVd67cYsOPkih5WjqsKBFQiRRJm+wqCw3YGd2R+kVP8rVqS5zaLpiTFpcyeI
+XQatMR9E9LMNReFITHueMsGHtJasJ+Np52ihoOu2b5QHX7VnQUPla5Rt4z6KECgr
+iPfjRmMVEW4cqBePIg0=
+=WtKR
+-----END PGP SIGNATURE-----
diff --git a/net-libs/NativeThread/NativeThread-0_pre20080330.ebuild b/net-libs/NativeThread/NativeThread-0_pre20080330.ebuild
index 901381951b69..365fe976862d 100644
--- a/net-libs/NativeThread/NativeThread-0_pre20080330.ebuild
+++ b/net-libs/NativeThread/NativeThread-0_pre20080330.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/NativeThread/NativeThread-0_pre20080330.ebuild,v 1.1 2009/01/29 21:34:05 tommy Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/NativeThread/NativeThread-0_pre20080330.ebuild,v 1.2 2009/03/23 15:53:41 tommy Exp $
inherit eutils flag-o-matic java-pkg-2 toolchain-funcs
@@ -13,7 +13,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND="net-p2p/freenet
+DEPEND=">=net-p2p/freenet-0.7
>=virtual/jdk-1.4"
RDEPEND=""