summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2012-04-25 20:42:04 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2012-04-25 20:42:04 +0000
commitb3aa6df97f2e6cc5a13578880630bf231561346b (patch)
tree89487ba0a6170b4e3c1fc4ccfaf0963e1355eec5 /app-text/mythes
parentarm stable, bug #410611 (diff)
downloadgentoo-2-b3aa6df97f2e6cc5a13578880630bf231561346b.tar.gz
gentoo-2-b3aa6df97f2e6cc5a13578880630bf231561346b.tar.bz2
gentoo-2-b3aa6df97f2e6cc5a13578880630bf231561346b.zip
PPC stable wrt bug#411449.
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'app-text/mythes')
-rw-r--r--app-text/mythes/ChangeLog6
-rw-r--r--app-text/mythes/mythes-1.2.1.ebuild28
-rw-r--r--app-text/mythes/mythes-1.2.2.ebuild4
3 files changed, 7 insertions, 31 deletions
diff --git a/app-text/mythes/ChangeLog b/app-text/mythes/ChangeLog
index 4b4acb7ea70e..d27c94e76dc9 100644
--- a/app-text/mythes/ChangeLog
+++ b/app-text/mythes/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/mythes
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/mythes/ChangeLog,v 1.12 2012/04/22 14:20:40 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/mythes/ChangeLog,v 1.13 2012/04/25 20:42:04 scarabeus Exp $
+
+ 25 Apr 2012; Tomáš Chvátal <scarabeus@gentoo.org> -mythes-1.2.1.ebuild,
+ mythes-1.2.2.ebuild:
+ PPC stable wrt bug#411449.
22 Apr 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> mythes-1.2.2.ebuild:
x86 stable wrt bug #411449
diff --git a/app-text/mythes/mythes-1.2.1.ebuild b/app-text/mythes/mythes-1.2.1.ebuild
deleted file mode 100644
index 3ae965e24348..000000000000
--- a/app-text/mythes/mythes-1.2.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/mythes/mythes-1.2.1.ebuild,v 1.6 2011/12/18 20:44:56 halcy0n Exp $
-
-EAPI=4
-
-DESCRIPTION="A simple thesaurus for Libreoffice"
-HOMEPAGE="http://hunspell.sourceforge.net/"
-SRC_URI="mirror://sourceforge/hunspell/MyThes/${PV}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
-IUSE="static-libs"
-
-RDEPEND="app-text/hunspell"
-DEPEND="${DEPEND}
- dev-util/pkgconfig"
-
-src_configure() {
- econf \
- $(use_enable static-libs static)
-}
-
-src_install() {
- default
- find "${ED}" -name '*.la' -exec rm -f {} +
-}
diff --git a/app-text/mythes/mythes-1.2.2.ebuild b/app-text/mythes/mythes-1.2.2.ebuild
index 02f25f5ab356..252ff6d8ab87 100644
--- a/app-text/mythes/mythes-1.2.2.ebuild
+++ b/app-text/mythes/mythes-1.2.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/mythes/mythes-1.2.2.ebuild,v 1.4 2012/04/22 14:20:40 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/mythes/mythes-1.2.2.ebuild,v 1.5 2012/04/25 20:42:04 scarabeus Exp $
EAPI=4
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/hunspell/MyThes/${PV}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
IUSE="static-libs"
RDEPEND="app-text/hunspell"