diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-24 23:46:48 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-24 23:46:48 +0000 |
commit | 1c1d93d62d5498f25d192f3894b5ba6df1437bb6 (patch) | |
tree | 8472f9be0af9447f37c1b0c5537b6c8b1f8f6233 /app-emulation/XWine | |
parent | (no commit message) (diff) | |
download | historical-1c1d93d62d5498f25d192f3894b5ba6df1437bb6.tar.gz historical-1c1d93d62d5498f25d192f3894b5ba6df1437bb6.tar.bz2 historical-1c1d93d62d5498f25d192f3894b5ba6df1437bb6.zip |
fix HOMEPAGE #52094
Diffstat (limited to 'app-emulation/XWine')
-rw-r--r-- | app-emulation/XWine/Manifest | 16 | ||||
-rw-r--r-- | app-emulation/XWine/XWine-0.3.1.ebuild | 10 | ||||
-rw-r--r-- | app-emulation/XWine/XWine-0.3.2.ebuild | 6 |
3 files changed, 21 insertions, 11 deletions
diff --git a/app-emulation/XWine/Manifest b/app-emulation/XWine/Manifest index aa6fd81ef33d..87ba80015b91 100644 --- a/app-emulation/XWine/Manifest +++ b/app-emulation/XWine/Manifest @@ -1,7 +1,17 @@ -MD5 31c06aeee704ced4e1a7b7d2a487a998 XWine-0.3.2.ebuild 1138 -MD5 8b942598b04301f6225e46b703b914c3 XWine-0.3.1.ebuild 1090 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 598ce0c1f179f7cf762fd04a8876a176 ChangeLog 1623 +MD5 994d97bf9dc83788b818f7fd5c1db592 XWine-0.3.1.ebuild 1043 +MD5 dfec3795fe1aecbd9aa78a9108cc8778 XWine-0.3.2.ebuild 1111 MD5 6525c48ba09d08599432ea6c299e52f4 metadata.xml 354 -MD5 a593986c3cc61044428d0f01fe06b1aa files/fix-compile.patch 553 MD5 4837a922513d4f243f19eb64789f2556 files/digest-XWine-0.3.1 66 MD5 1a3b9953738fd3b0df84b1e7d030932c files/digest-XWine-0.3.2 66 +MD5 a593986c3cc61044428d0f01fe06b1aa files/fix-compile.patch 553 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.9.8 (GNU/Linux) + +iD8DBQFA22fxHTu7gpaalycRApVRAKDYUiF97TGmO/o8y17KI9J3NKkApgCfbF5J +ou1qreWCbXRsq7bpbT3qZ0U= +=9QPT +-----END PGP SIGNATURE----- diff --git a/app-emulation/XWine/XWine-0.3.1.ebuild b/app-emulation/XWine/XWine-0.3.1.ebuild index 6b0d3bfd2ee9..12aa6ce528f8 100644 --- a/app-emulation/XWine/XWine-0.3.1.ebuild +++ b/app-emulation/XWine/XWine-0.3.1.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/XWine/XWine-0.3.1.ebuild,v 1.4 2004/06/24 22:37:59 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/XWine/XWine-0.3.1.ebuild,v 1.5 2004/06/24 23:46:48 vapier Exp $ DESCRIPTION="GTK+ frontend for Wine" -HOMEPAGE="http://darken.tuxfamily.org/pages/xwine_en.html" -SRC_URI="http://darken.tuxfamily.org/projets/${P}_en.tar.gz" +HOMEPAGE="http://darken33.free.fr/" +SRC_URI="http://darken33.free.fr/logiciels/${P}_en.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 -ppc -sparc" +KEYWORDS="x86" IUSE="nls" DEPEND="=x11-libs/gtk+-1* @@ -28,7 +28,7 @@ src_install() { einstall || die # Don't need to install docs twice rm -rf ${D}/usr/share/doc/xwine - dodoc doc/Manual* FAQ* BUGS COPYING AUTHORS ChangeLog NEWS README TODO + dodoc doc/Manual* FAQ* BUGS AUTHORS ChangeLog NEWS README TODO } pkg_postinst() { diff --git a/app-emulation/XWine/XWine-0.3.2.ebuild b/app-emulation/XWine/XWine-0.3.2.ebuild index 002c557a96b6..b1d26ad9957e 100644 --- a/app-emulation/XWine/XWine-0.3.2.ebuild +++ b/app-emulation/XWine/XWine-0.3.2.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/XWine/XWine-0.3.2.ebuild,v 1.5 2004/06/24 22:37:59 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/XWine/XWine-0.3.2.ebuild,v 1.6 2004/06/24 23:46:48 vapier Exp $ inherit eutils DESCRIPTION="GTK+ frontend for Wine" -HOMEPAGE="http://darken.tuxfamily.org/pages/xwine_en.html" -SRC_URI="http://darken.tuxfamily.org/projets/${P}_en.tar.gz" +HOMEPAGE="http://darken33.free.fr/" +SRC_URI="http://darken33.free.fr/logiciels/${P}_en.tar.gz" LICENSE="GPL-2" SLOT="0" |