diff options
author | Rainer Groesslinger <scandium@gentoo.org> | 2003-10-18 23:19:22 +0000 |
---|---|---|
committer | Rainer Groesslinger <scandium@gentoo.org> | 2003-10-18 23:19:22 +0000 |
commit | 65b2141b951857c2b0f3955f0d1ff0afbb7699de (patch) | |
tree | 3760c6449cb6a4fe9b08669bc3177e42dbbf9034 /net-p2p | |
parent | stuff hit mirrors (diff) | |
download | gentoo-2-65b2141b951857c2b0f3955f0d1ff0afbb7699de.tar.gz gentoo-2-65b2141b951857c2b0f3955f0d1ff0afbb7699de.tar.bz2 gentoo-2-65b2141b951857c2b0f3955f0d1ff0afbb7699de.zip |
*** empty log message ***
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/amule/Manifest | 6 | ||||
-rw-r--r-- | net-p2p/amule/amule-1.0.7.ebuild | 3 | ||||
-rw-r--r-- | net-p2p/amule/amule-1.0.8.ebuild | 3 | ||||
-rw-r--r-- | net-p2p/amule/amule-1.0.9.ebuild | 3 | ||||
-rw-r--r-- | net-p2p/xmule/Manifest | 6 | ||||
-rw-r--r-- | net-p2p/xmule/xmule-1.6.0a-r1.ebuild | 3 | ||||
-rw-r--r-- | net-p2p/xmule/xmule-1.6.0a.ebuild | 3 | ||||
-rw-r--r-- | net-p2p/xmule/xmule-1.6.1.ebuild | 3 |
8 files changed, 12 insertions, 18 deletions
diff --git a/net-p2p/amule/Manifest b/net-p2p/amule/Manifest index a395c0236c02..0bc054f751c4 100644 --- a/net-p2p/amule/Manifest +++ b/net-p2p/amule/Manifest @@ -1,8 +1,8 @@ -MD5 b35705824eb877b18d46e48941ce6707 amule-1.0.8.ebuild 986 -MD5 0fad689d790d1b7b9a0e122135031b72 amule-1.0.7.ebuild 984 +MD5 d4fde926849854b6d3240fd955adb95f amule-1.0.8.ebuild 961 +MD5 a53d5785c31c98cea4f006abbe8eb0cc amule-1.0.7.ebuild 959 MD5 7678e97814b9fb817a12b0bae7ccd891 ChangeLog 828 MD5 a44c56b0436befb3cb8efb8d51492b29 metadata.xml 222 -MD5 3fd88b444f97a095dc14c2bbf83c3088 amule-1.0.9.ebuild 986 +MD5 df78abeb747bb806da44f98316903db8 amule-1.0.9.ebuild 961 MD5 fde304f786a1695f27c99a35357adce7 files/digest-amule-1.0.7 65 MD5 07cafaceb13a8fba0060a3aeebd6ae51 files/digest-amule-1.0.8 65 MD5 e6eb31298986ba0891a681581659cd12 files/digest-amule-1.0.9 65 diff --git a/net-p2p/amule/amule-1.0.7.ebuild b/net-p2p/amule/amule-1.0.7.ebuild index b90917fd7368..863d28c5e83e 100644 --- a/net-p2p/amule/amule-1.0.7.ebuild +++ b/net-p2p/amule/amule-1.0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/amule-1.0.7.ebuild,v 1.3 2003/10/18 22:58:12 scandium Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/amule-1.0.7.ebuild,v 1.4 2003/10/18 23:18:13 scandium Exp $ MY_P=${P/m/M} S=${WORKDIR}/${MY_P} @@ -25,7 +25,6 @@ pkg_setup() { eerror "This package doesn't work with wxGTK" eerror "compiled with gtk2 and unicode in USE" eerror "Please re-compile wxGTK with -unicode" - eerror "or with -gtk2" die "aborting..." fi } diff --git a/net-p2p/amule/amule-1.0.8.ebuild b/net-p2p/amule/amule-1.0.8.ebuild index 18cd85ee8cf3..71f17609c89d 100644 --- a/net-p2p/amule/amule-1.0.8.ebuild +++ b/net-p2p/amule/amule-1.0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/amule-1.0.8.ebuild,v 1.3 2003/10/18 22:58:12 scandium Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/amule-1.0.8.ebuild,v 1.4 2003/10/18 23:18:13 scandium Exp $ MY_P=${P/m/M} S=${WORKDIR}/${MY_P} @@ -25,7 +25,6 @@ pkg_setup() { eerror "This package doesn't work with wxGTK" eerror "compiled with gtk2 and unicode in USE" eerror "Please re-compile wxGTK with -unicode" - eerror "or with -gtk2" die "aborting..." fi } diff --git a/net-p2p/amule/amule-1.0.9.ebuild b/net-p2p/amule/amule-1.0.9.ebuild index 58d0ef66a42f..5fd0faf36826 100644 --- a/net-p2p/amule/amule-1.0.9.ebuild +++ b/net-p2p/amule/amule-1.0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/amule-1.0.9.ebuild,v 1.3 2003/10/18 22:58:12 scandium Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/amule-1.0.9.ebuild,v 1.4 2003/10/18 23:18:13 scandium Exp $ MY_P=${P/m/M} S=${WORKDIR}/${MY_P} @@ -25,7 +25,6 @@ pkg_setup() { eerror "This package doesn't work with wxGTK" eerror "compiled with gtk2 and unicode in USE" eerror "Please re-compile wxGTK with -unicode" - eerror "or with -gtk2" die "aborting..." fi } diff --git a/net-p2p/xmule/Manifest b/net-p2p/xmule/Manifest index a9bac358cfeb..41de26eee532 100644 --- a/net-p2p/xmule/Manifest +++ b/net-p2p/xmule/Manifest @@ -1,6 +1,6 @@ -MD5 4c744edb7b87344d9bf4731570ca8be7 xmule-1.6.0a.ebuild 985 -MD5 4c7f94accfecf46ed529d83c6dc3dc2e xmule-1.6.1.ebuild 1029 -MD5 ffb147830d30e056b21b85cee24e78f7 xmule-1.6.0a-r1.ebuild 1129 +MD5 0cbd4845ee1268163fd9dfbb0a0c3fe0 xmule-1.6.0a.ebuild 960 +MD5 e5b8d82d87b85939e9df679ba5bf3cad xmule-1.6.1.ebuild 1004 +MD5 af48c409ca73ff159af8a5455cf0e7d3 xmule-1.6.0a-r1.ebuild 1104 MD5 b6abc10fb8cc1bbb7e7b26b017b23196 ChangeLog 2225 MD5 a44c56b0436befb3cb8efb8d51492b29 metadata.xml 222 MD5 d4e66918eaa0f6b42f988409ae3c218f files/rehash.patch 348 diff --git a/net-p2p/xmule/xmule-1.6.0a-r1.ebuild b/net-p2p/xmule/xmule-1.6.0a-r1.ebuild index 8b50fe1f39cb..0bc522ee4e93 100644 --- a/net-p2p/xmule/xmule-1.6.0a-r1.ebuild +++ b/net-p2p/xmule/xmule-1.6.0a-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/xmule/xmule-1.6.0a-r1.ebuild,v 1.5 2003/10/18 23:02:41 scandium Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/xmule/xmule-1.6.0a-r1.ebuild,v 1.6 2003/10/18 23:19:16 scandium Exp $ inherit eutils @@ -27,7 +27,6 @@ pkg_setup() { eerror "This package doesn't work with wxGTK" eerror "compiled with gtk2 and unicode in USE" eerror "Please re-compile wxGTK with -unicode" - eerror "or with -gtk2" die "aborting..." fi } diff --git a/net-p2p/xmule/xmule-1.6.0a.ebuild b/net-p2p/xmule/xmule-1.6.0a.ebuild index 9aa60f052518..523b1211b3d2 100644 --- a/net-p2p/xmule/xmule-1.6.0a.ebuild +++ b/net-p2p/xmule/xmule-1.6.0a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/xmule/xmule-1.6.0a.ebuild,v 1.3 2003/10/18 23:02:41 scandium Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/xmule/xmule-1.6.0a.ebuild,v 1.4 2003/10/18 23:19:16 scandium Exp $ MY_P=${P//a} S=${WORKDIR}/${MY_P} @@ -25,7 +25,6 @@ pkg_setup() { eerror "This package doesn't work with wxGTK" eerror "compiled with gtk2 and unicode in USE" eerror "Please re-compile wxGTK with -unicode" - eerror "or with -gtk2" die "aborting..." fi } diff --git a/net-p2p/xmule/xmule-1.6.1.ebuild b/net-p2p/xmule/xmule-1.6.1.ebuild index cf722a4e1293..a05a7b90f66d 100644 --- a/net-p2p/xmule/xmule-1.6.1.ebuild +++ b/net-p2p/xmule/xmule-1.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/xmule/xmule-1.6.1.ebuild,v 1.3 2003/10/18 23:02:41 scandium Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/xmule/xmule-1.6.1.ebuild,v 1.4 2003/10/18 23:19:16 scandium Exp $ MY_P=${P//a} S=${WORKDIR}/${MY_P} @@ -25,7 +25,6 @@ pkg_setup() { eerror "This package doesn't work with wxGTK" eerror "compiled with gtk2 and unicode in USE" eerror "Please re-compile wxGTK with -unicode" - eerror "or with -gtk2" die "aborting..." fi } |