diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-07-21 14:03:51 +0200 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-07-21 14:03:51 +0200 |
commit | 0e71cfd87ef36d475f571242e76580f63eaff2c9 (patch) | |
tree | 15e192b6468424ed4a3d6acad8fb038cbf95a7b3 | |
parent | [app-office/libreoffice] bump to 3.4.2.2 (this WON'T work now) (diff) | |
download | scarabeus-0e71cfd87ef36d475f571242e76580f63eaff2c9.tar.gz scarabeus-0e71cfd87ef36d475f571242e76580f63eaff2c9.tar.bz2 scarabeus-0e71cfd87ef36d475f571242e76580f63eaff2c9.zip |
[app-text/mythes] moved to main tree
-rw-r--r-- | app-text/mythes/Manifest | 2 | ||||
-rw-r--r-- | app-text/mythes/mythes-1.2.1.ebuild | 28 |
2 files changed, 0 insertions, 30 deletions
diff --git a/app-text/mythes/Manifest b/app-text/mythes/Manifest deleted file mode 100644 index 2a38b34..0000000 --- a/app-text/mythes/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST mythes-1.2.1.tar.gz 4894265 RMD160 2bf9ebad5b407b158bf9d37f4e92e6aa5347bc96 SHA1 ad4f0e626af272d714d7eb9b3aa2f4c86a06b382 SHA256 4b8b4e494b9dff1416270e044c20a5f5a16229f3da7029a5a6d16ffaf4de79e9 -EBUILD mythes-1.2.1.ebuild 554 RMD160 db06535bbbdb9924b1d200142c468538fb39df7b SHA1 1b06fc767ec6dc2e4c01863c2a49408ebe7e0fb5 SHA256 4a5685a4deeee4be4a716fb7cde92b3153118d662813447ca81adc3bb76aea05 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 7bd611a..0000000 --- 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: $ - -EAPI=4 - -DESCRIPTION="A simple thesaurus" -HOMEPAGE="http://hunspell.sourceforge.net/" -SRC_URI="mirror://sourceforge/hunspell/MyThes/${PV}/${P}.tar.gz" - -LICENSE="AS-IS" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" -IUSE="static-libs" - -DEPEND="app-text/hunspell" -RDEPEND="${DEPEND}" - -src_configure() { - econf \ - $(use_enable static-libs static) -} - -src_install() { - default - - find "${ED}" -name '*.la' -exec rm -f {} + -} |