summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2013-06-12 13:01:37 +0000
committerMichael Palimaka <kensington@gentoo.org>2013-06-12 13:01:37 +0000
commitcff48714f7884bd4fe0c081034c929dc34081891 (patch)
tree3c70dad84fc8f3fa23eb0cc03bb533fce1304448 /app-text
parentAdd patch to fix .desktop validation wrt bug #457712. Migrate to EAPI 5. Corr... (diff)
downloadgentoo-2-cff48714f7884bd4fe0c081034c929dc34081891.tar.gz
gentoo-2-cff48714f7884bd4fe0c081034c929dc34081891.tar.bz2
gentoo-2-cff48714f7884bd4fe0c081034c929dc34081891.zip
Remove old.
(Portage version: 2.1.12.4/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/wv2/ChangeLog5
-rw-r--r--app-text/wv2/wv2-0.4.2-r1.ebuild33
2 files changed, 4 insertions, 34 deletions
diff --git a/app-text/wv2/ChangeLog b/app-text/wv2/ChangeLog
index e67fe63c913b..871aac6c186e 100644
--- a/app-text/wv2/ChangeLog
+++ b/app-text/wv2/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/wv2
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/wv2/ChangeLog,v 1.83 2013/05/25 14:26:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/wv2/ChangeLog,v 1.84 2013/06/12 13:01:37 kensington Exp $
+
+ 12 Jun 2013; Michael Palimaka <kensington@gentoo.org> -wv2-0.4.2-r1.ebuild:
+ Remove old.
25 May 2013; Agostino Sarubbo <ago@gentoo.org> wv2-0.4.2-r2.ebuild:
Stable for alpha, wrt bug #470344
diff --git a/app-text/wv2/wv2-0.4.2-r1.ebuild b/app-text/wv2/wv2-0.4.2-r1.ebuild
deleted file mode 100644
index 041deeb2a005..000000000000
--- a/app-text/wv2/wv2-0.4.2-r1.ebuild
+++ /dev/null
@@ -1,33 +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/wv2/wv2-0.4.2-r1.ebuild,v 1.6 2012/12/16 15:22:53 armin76 Exp $
-
-EAPI=4
-
-inherit cmake-utils
-
-DESCRIPTION="Excellent MS Word filter lib, used in most Office suites"
-HOMEPAGE="http://wvware.sourceforge.net"
-SRC_URI="mirror://sourceforge/wvware/${P}.tar.bz2"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="zlib"
-
-RDEPEND="dev-libs/glib
- >=gnome-extra/libgsf-1.8
- virtual/libiconv
- zlib? ( sys-libs/zlib )
-"
-DEPEND="${RDEPEND}"
-
-DOCS=( AUTHORS ChangeLog README RELEASE THANKS TODO )
-PATCHES=( "${FILESDIR}/${P}-glib.patch" )
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_with zlib)
- )
- cmake-utils_src_configure
-}