summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2012-07-02 09:32:32 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2012-07-02 09:32:32 +0000
commit1562c33bdd8ef38b10953f3c66729b4551eb6348 (patch)
tree52f494b635bf7075a448d3bb1e69c125ef54a44c /app-text/mythes
parentsci-chemistry/gabedit: Version Bump, drop Max from metadata.xml (diff)
downloadgentoo-2-1562c33bdd8ef38b10953f3c66729b4551eb6348.tar.gz
gentoo-2-1562c33bdd8ef38b10953f3c66729b4551eb6348.tar.bz2
gentoo-2-1562c33bdd8ef38b10953f3c66729b4551eb6348.zip
Version bump to latest.
(Portage version: 2.2.0_alpha114/cvs/Linux x86_64)
Diffstat (limited to 'app-text/mythes')
-rw-r--r--app-text/mythes/ChangeLog8
-rw-r--r--app-text/mythes/mythes-1.2.3.ebuild28
2 files changed, 34 insertions, 2 deletions
diff --git a/app-text/mythes/ChangeLog b/app-text/mythes/ChangeLog
index 876d2a752870..db6f7e7dde63 100644
--- a/app-text/mythes/ChangeLog
+++ b/app-text/mythes/ChangeLog
@@ -1,6 +1,11 @@
# 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.14 2012/05/04 03:33:18 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/mythes/ChangeLog,v 1.15 2012/07/02 09:32:32 scarabeus Exp $
+
+*mythes-1.2.3 (02 Jul 2012)
+
+ 02 Jul 2012; Tomáš Chvátal <scarabeus@gentoo.org> +mythes-1.2.3.ebuild:
+ Version bump to latest.
04 May 2012; Jeff Horelick <jdhore@gentoo.org> mythes-1.2.2.ebuild:
dev-util/pkgconfig -> virtual/pkgconfig
@@ -44,4 +49,3 @@
21 Jul 2011; Tomáš Chvátal <scarabeus@gentoo.org> +mythes-1.2.1.ebuild,
+metadata.xml:
Initial commit. Used by libreoffice so we can unbundle it.
-
diff --git a/app-text/mythes/mythes-1.2.3.ebuild b/app-text/mythes/mythes-1.2.3.ebuild
new file mode 100644
index 000000000000..79c7588cfde0
--- /dev/null
+++ b/app-text/mythes/mythes-1.2.3.ebuild
@@ -0,0 +1,28 @@
+# 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.3.ebuild,v 1.1 2012/07/02 09:32:32 scarabeus 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 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="static-libs"
+
+RDEPEND="app-text/hunspell"
+DEPEND="${DEPEND}
+ virtual/pkgconfig"
+
+src_configure() {
+ econf \
+ $(use_enable static-libs static)
+}
+
+src_install() {
+ default
+ find "${ED}" -name '*.la' -exec rm -f {} +
+}