diff options
author | Marcin Kryczek <mkay@gentoo.org> | 2005-09-13 19:31:09 +0000 |
---|---|---|
committer | Marcin Kryczek <mkay@gentoo.org> | 2005-09-13 19:31:09 +0000 |
commit | b7c86d2a0d67b9b42faf1099b15c700359564f0a (patch) | |
tree | 00f7d1247ca6cf2924f44ecacc70b7c618fc769b /net-p2p | |
parent | Mark 0.8.10 stable on alpha (diff) | |
download | historical-b7c86d2a0d67b9b42faf1099b15c700359564f0a.tar.gz historical-b7c86d2a0d67b9b42faf1099b15c700359564f0a.tar.bz2 historical-b7c86d2a0d67b9b42faf1099b15c700359564f0a.zip |
Marking 1.10.0 stable on x86
Package-Manager: portage-1.589-cvs
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/xmule/ChangeLog | 6 | ||||
-rw-r--r-- | net-p2p/xmule/Manifest | 4 | ||||
-rw-r--r-- | net-p2p/xmule/xmule-1.10.0.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-p2p/xmule/ChangeLog b/net-p2p/xmule/ChangeLog index 69dca39032bb..bc597d1a8a87 100644 --- a/net-p2p/xmule/ChangeLog +++ b/net-p2p/xmule/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/xmule # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/xmule/ChangeLog,v 1.59 2005/09/12 18:59:12 mkay Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/xmule/ChangeLog,v 1.60 2005/09/13 19:31:09 mkay Exp $ + + 13 Sep 2005; <mkay@gentoo.org> xmule-1.10.0.ebuild: + Marking 1.10.0 stable at x86. Older versions will be removed soon if there'll + be no bugs with that one *xmule-1.10.1 (12 Sep 2005) diff --git a/net-p2p/xmule/Manifest b/net-p2p/xmule/Manifest index a0440e3c9fd9..9c1a37ce13be 100644 --- a/net-p2p/xmule/Manifest +++ b/net-p2p/xmule/Manifest @@ -1,6 +1,6 @@ -MD5 ac53689c3c2657478b22c48f2096d81b ChangeLog 8261 +MD5 65fd9ffaf757171e66c89168f07e0d87 ChangeLog 8423 MD5 8aefbc0e49db723ca1ad02d0c409cd49 metadata.xml 160 -MD5 3ae9b96a992589aaba3c02371ad7b7ce xmule-1.10.0.ebuild 1237 +MD5 30e4b0e96002f50f27f2f9527b27ae85 xmule-1.10.0.ebuild 1236 MD5 c93f51d9f6bde04ab84722577a376643 xmule-1.8.4-r1.ebuild 1020 MD5 c7a79bddb51f0754537d10f9cb9a15b2 xmule-1.9.0.ebuild 1030 MD5 62ae7039828a8e71ab173080b627a64a xmule-1.9.1b.ebuild 1031 diff --git a/net-p2p/xmule/xmule-1.10.0.ebuild b/net-p2p/xmule/xmule-1.10.0.ebuild index 985a9fcf5a7a..dcbc0674031a 100644 --- a/net-p2p/xmule/xmule-1.10.0.ebuild +++ b/net-p2p/xmule/xmule-1.10.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/xmule/xmule-1.10.0.ebuild,v 1.5 2005/09/12 15:18:48 mkay Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/xmule/xmule-1.10.0.ebuild,v 1.6 2005/09/13 19:31:09 mkay Exp $ inherit wxwidgets eutils @@ -10,7 +10,7 @@ SRC_URI="http://download.berlios.de/${PN}/${P}.tar.bz2" LICENSE="LGPL-2 ZLIB GPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc" +KEYWORDS="x86 ~amd64 ~ppc" IUSE="nls gtk2 debug" |