diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-07-26 00:43:54 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-07-26 00:43:54 +0000 |
commit | 595232228339afc691cee94a38ab0b938668e633 (patch) | |
tree | 8888fb0c478bb35e744ebdb7a4d4a23bee743d22 /app-text/mythes | |
parent | Remove old (diff) | |
download | gentoo-2-595232228339afc691cee94a38ab0b938668e633.tar.gz gentoo-2-595232228339afc691cee94a38ab0b938668e633.tar.bz2 gentoo-2-595232228339afc691cee94a38ab0b938668e633.zip |
Remove old
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
Diffstat (limited to 'app-text/mythes')
-rw-r--r-- | app-text/mythes/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/mythes/mythes-1.2.3.ebuild | 28 |
2 files changed, 4 insertions, 29 deletions
diff --git a/app-text/mythes/ChangeLog b/app-text/mythes/ChangeLog index 79278155fdb8..5142efa5dcdf 100644 --- a/app-text/mythes/ChangeLog +++ b/app-text/mythes/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/mythes # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/mythes/ChangeLog,v 1.21 2015/07/22 19:33:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/mythes/ChangeLog,v 1.22 2015/07/26 00:43:54 dilfridge Exp $ + + 26 Jul 2015; Andreas K. Huettel <dilfridge@gentoo.org> -mythes-1.2.3.ebuild: + Remove old 22 Jul 2015; Agostino Sarubbo <ago@gentoo.org> mythes-1.2.4.ebuild: Stable for x86, wrt bug #555584 diff --git a/app-text/mythes/mythes-1.2.3.ebuild b/app-text/mythes/mythes-1.2.3.ebuild deleted file mode 100644 index 8051b66f842e..000000000000 --- a/app-text/mythes/mythes-1.2.3.ebuild +++ /dev/null @@ -1,28 +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/mythes/mythes-1.2.3.ebuild,v 1.3 2012/12/08 12:25:25 maekke 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 ~arm 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 {} + -} |