summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2013-03-05 23:06:33 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2013-03-05 23:06:33 +0000
commit646b4f33da3bca8b76fa3daa2edbe379a059add7 (patch)
treeb85d142489976bf949afcd60a3a891b8e668ff22 /app-text/wv
parentClean up old revision. (diff)
downloadgentoo-2-646b4f33da3bca8b76fa3daa2edbe379a059add7.tar.gz
gentoo-2-646b4f33da3bca8b76fa3daa2edbe379a059add7.tar.bz2
gentoo-2-646b4f33da3bca8b76fa3daa2edbe379a059add7.zip
Clean up old revisions.
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'app-text/wv')
-rw-r--r--app-text/wv/ChangeLog8
-rw-r--r--app-text/wv/wv-1.2.3-r1.ebuild50
-rw-r--r--app-text/wv/wv-1.2.7.ebuild53
-rw-r--r--app-text/wv/wv-1.2.9.ebuild47
4 files changed, 6 insertions, 152 deletions
diff --git a/app-text/wv/ChangeLog b/app-text/wv/ChangeLog
index 1de42733d3c7..24c9af872b01 100644
--- a/app-text/wv/ChangeLog
+++ b/app-text/wv/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/wv
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/wv/ChangeLog,v 1.68 2012/06/04 04:08:31 zmedico Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/wv/ChangeLog,v 1.69 2013/03/05 23:06:33 eva Exp $
+
+ 05 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org> -wv-1.2.3-r1.ebuild,
+ -wv-1.2.7.ebuild, -wv-1.2.9.ebuild:
+ Clean up old revisions.
04 Jun 2012; Zac Medico <zmedico@gentoo.org> wv-1.2.9-r1.ebuild,
wv-1.2.9.ebuild:
diff --git a/app-text/wv/wv-1.2.3-r1.ebuild b/app-text/wv/wv-1.2.3-r1.ebuild
deleted file mode 100644
index cf7ca190ca9b..000000000000
--- a/app-text/wv/wv-1.2.3-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/wv/wv-1.2.3-r1.ebuild,v 1.12 2012/05/04 03:33:14 jdhore Exp $
-
-inherit eutils
-
-DESCRIPTION="Tool for conversion of MSWord doc and rtf files to something readable"
-SRC_URI="mirror://sourceforge/wvware/${P}.tar.gz"
-HOMEPAGE="http://wvware.sourceforge.net/"
-
-IUSE="wmf"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-SLOT="0"
-LICENSE="GPL-2"
-
-RDEPEND=">=dev-libs/glib-2
- >=gnome-extra/libgsf-1.13
- sys-libs/zlib
- media-libs/libpng
- dev-libs/libxml2
- wmf? ( >=media-libs/libwmf-0.2.2 )"
-
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_compile() {
-
- econf `use_with wmf libwmf` || die "./configure failed"
-
- emake || die "Compilation failed"
-
-}
-
-src_install () {
-
- make DESTDIR="${D}" install || die "Installation failed"
-
- dodoc README
-
- rm -f "${D}"/usr/share/man/man1/wvConvert.1
- dosym /usr/share/man/man1/wvWare.1 /usr/share/man/man1/wvConvert.1
-
-}
-
-pkg_postinst() {
-
- ewarn "You have to re-emerge packages that linked against wv by running:"
- ewarn "revdep-rebuild"
-
-}
diff --git a/app-text/wv/wv-1.2.7.ebuild b/app-text/wv/wv-1.2.7.ebuild
deleted file mode 100644
index d79a6adff402..000000000000
--- a/app-text/wv/wv-1.2.7.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/wv/wv-1.2.7.ebuild,v 1.2 2012/05/04 03:33:14 jdhore Exp $
-
-EAPI=2
-
-inherit eutils
-
-DESCRIPTION="Tool for conversion of MSWord doc and rtf files to something readable"
-SRC_URI="http://abiword.org/downloads/${PN}/${PV}/${P}.tar.gz"
-HOMEPAGE="http://wvware.sourceforge.net/"
-
-IUSE="wmf"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-SLOT="0"
-LICENSE="GPL-2"
-
-RDEPEND=">=dev-libs/glib-2
- >=gnome-extra/libgsf-1.13
- sys-libs/zlib
- media-libs/libpng
- dev-libs/libxml2
- wmf? ( >=media-libs/libwmf-0.2.2 )"
-
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_prepare() {
- # Workaround incorrect soname bump as fedora does
- sed -i 's/^LT_CURRENT=`expr $WV_MICRO_VERSION - $WV_INTERFACE_AGE`/LT_CURRENT=3/' configure \
- || die
-}
-
-src_configure() {
- econf `use_with wmf libwmf` || die "./configure failed"
-}
-
-src_compile() {
- emake || die "Compilation failed"
-}
-
-src_install () {
- make DESTDIR="${D}" install || die "Installation failed"
- dodoc README
-
- rm -f "${D}"/usr/share/man/man1/wvConvert.1
- dosym /usr/share/man/man1/wvWare.1 /usr/share/man/man1/wvConvert.1
-}
-
-pkg_postinst() {
- ewarn "You have to re-emerge packages that linked against wv by running:"
- ewarn "revdep-rebuild"
-}
diff --git a/app-text/wv/wv-1.2.9.ebuild b/app-text/wv/wv-1.2.9.ebuild
deleted file mode 100644
index b369768db193..000000000000
--- a/app-text/wv/wv-1.2.9.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/wv/wv-1.2.9.ebuild,v 1.4 2012/06/04 04:08:31 zmedico Exp $
-
-EAPI="3"
-
-inherit eutils multilib
-
-DESCRIPTION="Tool for conversion of MSWord doc and rtf files to something readable"
-SRC_URI="http://abiword.org/downloads/${PN}/${PV}/${P}.tar.gz"
-HOMEPAGE="http://wvware.sourceforge.net/"
-
-IUSE="wmf"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-SLOT="0"
-LICENSE="GPL-2"
-
-RDEPEND=">=dev-libs/glib-2
- >=gnome-extra/libgsf-1.13
- sys-libs/zlib
- media-libs/libpng
- dev-libs/libxml2
- app-text/texlive-core
- dev-texlive/texlive-latex
- wmf? ( >=media-libs/libwmf-0.2.2 )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_configure() {
- econf $(use_with wmf libwmf)
-}
-
-pkg_preinst() {
- preserve_old_lib /usr/$(get_libdir)/libwv-1.2.so.3
-}
-
-pkg_postinst() {
- preserve_old_lib_notify /usr/$(get_libdir)/libwv-1.2.so.3
-}
-
-src_install () {
- emake DESTDIR="${D}" install || die "Installation failed"
- dodoc README NEWS || die
-
- rm -f "${ED}"/usr/share/man/man1/wvConvert.1
- dosym /usr/share/man/man1/wvWare.1 /usr/share/man/man1/wvConvert.1 || die
-}