summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2014-12-29 08:21:03 +0000
committerJeroen Roovers <jer@gentoo.org>2014-12-29 08:21:03 +0000
commit4d21417fb58fc6184069a8e11bfb5e66e459c782 (patch)
tree00be55ddc52d49bd646a0a4548fc22226848b842 /dev-util
parentOld. (diff)
downloadgentoo-2-4d21417fb58fc6184069a8e11bfb5e66e459c782.tar.gz
gentoo-2-4d21417fb58fc6184069a8e11bfb5e66e459c782.tar.bz2
gentoo-2-4d21417fb58fc6184069a8e11bfb5e66e459c782.zip
Old.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/catfish/ChangeLog6
-rw-r--r--dev-util/catfish/catfish-1.0.2.ebuild54
-rw-r--r--dev-util/catfish/catfish-1.2.1.ebuild64
3 files changed, 5 insertions, 119 deletions
diff --git a/dev-util/catfish/ChangeLog b/dev-util/catfish/ChangeLog
index 4a7823d66649..e96b292210c3 100644
--- a/dev-util/catfish/ChangeLog
+++ b/dev-util/catfish/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/catfish
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/catfish/ChangeLog,v 1.26 2014/12/28 12:10:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/catfish/ChangeLog,v 1.27 2014/12/29 08:21:03 jer Exp $
+
+ 29 Dec 2014; Jeroen Roovers <jer@gentoo.org> -catfish-1.0.2.ebuild,
+ -catfish-1.2.1.ebuild:
+ Old.
28 Dec 2014; Agostino Sarubbo <ago@gentoo.org> catfish-1.2.2.ebuild:
Stable for x86, wrt bug #530986
diff --git a/dev-util/catfish/catfish-1.0.2.ebuild b/dev-util/catfish/catfish-1.0.2.ebuild
deleted file mode 100644
index 0ee82af8dfd9..000000000000
--- a/dev-util/catfish/catfish-1.0.2.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/catfish/catfish-1.0.2.ebuild,v 1.6 2014/11/18 15:58:39 axs Exp $
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3} )
-inherit gnome2-utils python-single-r1
-
-DESCRIPTION="A frontend for find, (s)locate, doodle, tracker, beagle, strigi and pinot"
-HOMEPAGE="http://launchpad.net/catfish-search http://twotoasts.de/index.php/catfish/"
-SRC_URI="http://launchpad.net/${PN}-search/${PV%.*}/${PV}/+download/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-COMMON_DEPEND="
- ${PYTHON_DEPS}
- dev-python/pexpect[${PYTHON_USEDEP}]
- dev-python/pygobject:3[${PYTHON_USEDEP}]
- x11-libs/gtk+:3[introspection]
-"
-RDEPEND="
- ${COMMON_DEPEND}
- virtual/freedesktop-icon-theme
-"
-DEPEND="
- ${COMMON_DEPEND}
- sys-devel/gettext
-"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-pkg_setup() {
- python-single-r1_pkg_setup
-}
-
-src_prepare() {
- python_fix_shebang .
- sed -i -e "s:share/doc/\$(APPNAME):share/doc/${PF}:" Makefile.in.in || die
-}
-
-src_configure() {
- ./configure --prefix=/usr --python="${EPYTHON}" || die
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- python_optimize "${ED}"/usr/share/${PN}
-}
-
-pkg_preinst() { gnome2_icon_savelist; }
-pkg_postinst() { gnome2_icon_cache_update; }
-pkg_postrm() { gnome2_icon_cache_update; }
diff --git a/dev-util/catfish/catfish-1.2.1.ebuild b/dev-util/catfish/catfish-1.2.1.ebuild
deleted file mode 100644
index e8d28e0628df..000000000000
--- a/dev-util/catfish/catfish-1.2.1.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/catfish/catfish-1.2.1.ebuild,v 1.3 2014/11/18 15:58:39 axs Exp $
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3} )
-inherit eutils gnome2-utils python-single-r1
-
-DESCRIPTION="A frontend for find, (s)locate, doodle, tracker, beagle, strigi and pinot"
-HOMEPAGE="http://launchpad.net/catfish-search http://twotoasts.de/index.php/catfish/"
-SRC_URI="http://launchpad.net/${PN}-search/${PV%.*}/${PV}/+download/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-COMMON_DEPEND="
- ${PYTHON_DEPS}
- dev-python/pexpect[${PYTHON_USEDEP}]
- dev-python/pygobject:3[${PYTHON_USEDEP}]
- x11-libs/gtk+:3[introspection]
-"
-RDEPEND="
- ${COMMON_DEPEND}
- virtual/freedesktop-icon-theme
-"
-DEPEND="
- ${COMMON_DEPEND}
- sys-devel/gettext
-"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-pkg_setup() {
- python-single-r1_pkg_setup
-}
-
-src_prepare() {
- strip-linguas -i po/
- if ! [[ -z "${LINGUAS}" ]]; then
- local lang langs=$(find po/ -name '*.po' | sed -e 's|po/||g;s|.po||g')
- for lang in $langs; do
- if ! has ${lang} ${LINGUAS}; then
- rm po/${lang}.po || die
- fi
- done
- fi
-
- python_fix_shebang .
- sed -i -e "s:share/doc/\$(APPNAME):share/doc/${PF}:" Makefile.in.in || die
-}
-
-src_configure() {
- # not autotools based
- ./configure --prefix=/usr --python="${EPYTHON}" || die
-}
-
-src_install() {
- default
- python_optimize "${ED}"/usr/share/${PN}
-}
-
-pkg_preinst() { gnome2_icon_savelist; }
-pkg_postinst() { gnome2_icon_cache_update; }
-pkg_postrm() { gnome2_icon_cache_update; }