diff options
author | 2007-03-07 14:03:14 +0000 | |
---|---|---|
committer | 2007-03-07 14:03:14 +0000 | |
commit | 2ac437cd6a8d92d3bca637736ec5a0e18e8c31ac (patch) | |
tree | 02ea72c78bac13d7afaf1294c151e2ef541202d3 /app-text/searchmonkey | |
parent | MIPS love. (diff) | |
download | gentoo-2-2ac437cd6a8d92d3bca637736ec5a0e18e8c31ac.tar.gz gentoo-2-2ac437cd6a8d92d3bca637736ec5a0e18e8c31ac.tar.bz2 gentoo-2-2ac437cd6a8d92d3bca637736ec5a0e18e8c31ac.zip |
x86 stable and drop old
(Portage version: 2.1.2.1-r1)
Diffstat (limited to 'app-text/searchmonkey')
-rw-r--r-- | app-text/searchmonkey/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/searchmonkey/files/digest-searchmonkey-0.8.0 | 3 | ||||
-rw-r--r-- | app-text/searchmonkey/searchmonkey-0.8.0.ebuild | 24 | ||||
-rw-r--r-- | app-text/searchmonkey/searchmonkey-0.8.1.ebuild | 4 |
4 files changed, 7 insertions, 30 deletions
diff --git a/app-text/searchmonkey/ChangeLog b/app-text/searchmonkey/ChangeLog index 63fc570cc973..dccae6534a7a 100644 --- a/app-text/searchmonkey/ChangeLog +++ b/app-text/searchmonkey/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/searchmonkey # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/searchmonkey/ChangeLog,v 1.2 2007/02/06 22:35:39 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/searchmonkey/ChangeLog,v 1.3 2007/03/07 14:03:14 armin76 Exp $ + + 07 Mar 2007; Raúl Porcel <armin76@gentoo.org> -searchmonkey-0.8.0.ebuild, + searchmonkey-0.8.1.ebuild: + x86 stable and drop old *searchmonkey-0.8.1 (06 Feb 2007) diff --git a/app-text/searchmonkey/files/digest-searchmonkey-0.8.0 b/app-text/searchmonkey/files/digest-searchmonkey-0.8.0 deleted file mode 100644 index bf1fed6f7e11..000000000000 --- a/app-text/searchmonkey/files/digest-searchmonkey-0.8.0 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 2d465f88b5cbe54df2011bf50b1df148 searchmonkey-0.8.0.tar.gz 358894 -RMD160 8ae5ea1f49d50a421efb4964dbad3854c40bec93 searchmonkey-0.8.0.tar.gz 358894 -SHA256 44c7b3f78219fc8b08df374f91e8fa9861be9c223c08d34c06e2eb03396f2dd4 searchmonkey-0.8.0.tar.gz 358894 diff --git a/app-text/searchmonkey/searchmonkey-0.8.0.ebuild b/app-text/searchmonkey/searchmonkey-0.8.0.ebuild deleted file mode 100644 index 65b58757b5de..000000000000 --- a/app-text/searchmonkey/searchmonkey-0.8.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/searchmonkey/searchmonkey-0.8.0.ebuild,v 1.1 2007/01/28 22:02:02 armin76 Exp $ - -inherit eutils - -DESCRIPTION="Powerful text searches using regular expressions" -HOMEPAGE="http://searchmonkey.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=x11-libs/gtk+-2.6" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog INSTALL NEWS README - make_desktop_entry ${PN} ${PN} ${PN}.png "Utility;GTK" -} diff --git a/app-text/searchmonkey/searchmonkey-0.8.1.ebuild b/app-text/searchmonkey/searchmonkey-0.8.1.ebuild index 3401cc8263ce..83c8ee1c375c 100644 --- a/app-text/searchmonkey/searchmonkey-0.8.1.ebuild +++ b/app-text/searchmonkey/searchmonkey-0.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/searchmonkey/searchmonkey-0.8.1.ebuild,v 1.1 2007/02/06 22:35:39 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/searchmonkey/searchmonkey-0.8.1.ebuild,v 1.2 2007/03/07 14:03:14 armin76 Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="" RDEPEND=">=x11-libs/gtk+-2.6" |