diff options
author | 2004-12-07 15:31:22 +0000 | |
---|---|---|
committer | 2004-12-07 15:31:22 +0000 | |
commit | 539e00b60771706aaccb5e3785abc8c0c8ea7356 (patch) | |
tree | 58d1203e1dfd81c106bd49befae17c6229ad790d /app-text/wv2 | |
parent | Stable on sparc (Manifest recommit) (diff) | |
download | gentoo-2-539e00b60771706aaccb5e3785abc8c0c8ea7356.tar.gz gentoo-2-539e00b60771706aaccb5e3785abc8c0c8ea7356.tar.bz2 gentoo-2-539e00b60771706aaccb5e3785abc8c0c8ea7356.zip |
moved latest wv2 to stable x86
Diffstat (limited to 'app-text/wv2')
-rw-r--r-- | app-text/wv2/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/wv2/files/digest-wv2-0.0.9 | 1 | ||||
-rw-r--r-- | app-text/wv2/files/digest-wv2-0.1.9 | 1 | ||||
-rw-r--r-- | app-text/wv2/wv2-0.0.9.ebuild | 33 | ||||
-rw-r--r-- | app-text/wv2/wv2-0.1.9.ebuild | 29 | ||||
-rw-r--r-- | app-text/wv2/wv2-0.2.2.ebuild | 4 |
6 files changed, 6 insertions, 67 deletions
diff --git a/app-text/wv2/ChangeLog b/app-text/wv2/ChangeLog index 0dff04122925..4d0e56572c14 100644 --- a/app-text/wv2/ChangeLog +++ b/app-text/wv2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/wv2 # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/wv2/ChangeLog,v 1.22 2004/11/30 23:44:37 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/wv2/ChangeLog,v 1.23 2004/12/07 15:31:22 hanno Exp $ + + 07 Dec 2004; Hanno Boeck <hanno@gentoo.org> wv2-0.2.2.ebuild: + Marked stable x86. 01 Dec 2004; Carsten Lohrke <carlo@gentoo.org> metadata.xml: brain is not a dev anymore diff --git a/app-text/wv2/files/digest-wv2-0.0.9 b/app-text/wv2/files/digest-wv2-0.0.9 deleted file mode 100644 index 78fe9cd6373e..000000000000 --- a/app-text/wv2/files/digest-wv2-0.0.9 +++ /dev/null @@ -1 +0,0 @@ -MD5 f0f6d1aaec42ee7b88f690b56afe35eb wv2-0.0.9.tar.bz2 579005 diff --git a/app-text/wv2/files/digest-wv2-0.1.9 b/app-text/wv2/files/digest-wv2-0.1.9 deleted file mode 100644 index 70dd5632d145..000000000000 --- a/app-text/wv2/files/digest-wv2-0.1.9 +++ /dev/null @@ -1 +0,0 @@ -MD5 7abf6dc4e59ad9982b787d7ab1d745da wv2-0.1.9.tar.bz2 671929 diff --git a/app-text/wv2/wv2-0.0.9.ebuild b/app-text/wv2/wv2-0.0.9.ebuild deleted file mode 100644 index d18722c329c8..000000000000 --- a/app-text/wv2/wv2-0.0.9.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/wv2/wv2-0.0.9.ebuild,v 1.8 2004/07/14 02:28:44 agriffis Exp $ - - -DESCRIPTION="Excellent MS Word filter lib, used in most Office suites" -SRC_URI="mirror://sourceforge/wvware/${P}.tar.bz2" -HOMEPAGE="http://wvware.sourceforge.net/" - -KEYWORDS="x86" -IUSE="" -SLOT="0" -LICENSE="GPL-2" - -DEPEND=">=gnome-extra/libgsf-1.7.2 - >=media-libs/freetype-2.1 - sys-libs/zlib - media-libs/libpng" - -RDEPEND="$DEPEND media-gfx/imagemagick" - -src_compile() { - - econf || die - - make || die -} - -src_install () { - - einstall || die - -} diff --git a/app-text/wv2/wv2-0.1.9.ebuild b/app-text/wv2/wv2-0.1.9.ebuild deleted file mode 100644 index 7da4a84981d6..000000000000 --- a/app-text/wv2/wv2-0.1.9.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/wv2/wv2-0.1.9.ebuild,v 1.9 2004/07/14 02:28:44 agriffis Exp $ - - -DESCRIPTION="Excellent MS Word filter lib, used in most Office suites" -SRC_URI="mirror://sourceforge/wvware/${P}.tar.bz2" -HOMEPAGE="http://wvware.sourceforge.net/" - -KEYWORDS="~x86 ~ppc sparc" -IUSE="" -SLOT="0" -LICENSE="GPL-2" - -DEPEND=">=gnome-extra/libgsf-1.8.0 - >=media-libs/freetype-2.1 - sys-libs/zlib - media-libs/libpng" - -RDEPEND="$DEPEND media-gfx/imagemagick" - -src_compile() { - econf || die - make || die -} - -src_install() { - einstall || die -} diff --git a/app-text/wv2/wv2-0.2.2.ebuild b/app-text/wv2/wv2-0.2.2.ebuild index 5e53303a0dbd..806f807c10c1 100644 --- a/app-text/wv2/wv2-0.2.2.ebuild +++ b/app-text/wv2/wv2-0.2.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-text/wv2/wv2-0.2.2.ebuild,v 1.4 2004/09/29 07:00:16 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/wv2/wv2-0.2.2.ebuild,v 1.5 2004/12/07 15:31:22 hanno Exp $ DESCRIPTION="Excellent MS Word filter lib, used in most Office suites" SRC_URI="mirror://sourceforge/wvware/${P}.tar.bz2" HOMEPAGE="http://wvware.sourceforge.net/" -KEYWORDS="~x86 ~amd64 ppc ~sparc ~alpha ppc64" +KEYWORDS="x86 ~amd64 ppc ~sparc ~alpha ppc64" IUSE="" SLOT="0" LICENSE="GPL-2" |