summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2015-02-06 15:48:43 +0000
committerPacho Ramos <pacho@gentoo.org>2015-02-06 15:48:43 +0000
commit2067b171de056f8a2fcc96f5a0b7b8303476c3f5 (patch)
tree326b0ac30319b03103147d440bd09f05b27408f9 /app-office/pybliographer
parentDrop old (diff)
downloadgentoo-2-2067b171de056f8a2fcc96f5a0b7b8303476c3f5.tar.gz
gentoo-2-2067b171de056f8a2fcc96f5a0b7b8303476c3f5.tar.bz2
gentoo-2-2067b171de056f8a2fcc96f5a0b7b8303476c3f5.zip
Drop old
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-office/pybliographer')
-rw-r--r--app-office/pybliographer/ChangeLog6
-rw-r--r--app-office/pybliographer/pybliographer-1.2.12-r1.ebuild69
-rw-r--r--app-office/pybliographer/pybliographer-1.2.14.ebuild74
3 files changed, 5 insertions, 144 deletions
diff --git a/app-office/pybliographer/ChangeLog b/app-office/pybliographer/ChangeLog
index 61025bfa7186..f11073ebbcda 100644
--- a/app-office/pybliographer/ChangeLog
+++ b/app-office/pybliographer/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-office/pybliographer
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/pybliographer/ChangeLog,v 1.33 2015/01/29 10:58:31 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/pybliographer/ChangeLog,v 1.34 2015/02/06 15:48:43 pacho Exp $
+
+ 06 Feb 2015; Pacho Ramos <pacho@gentoo.org> -pybliographer-1.2.12-r1.ebuild,
+ -pybliographer-1.2.14.ebuild:
+ Drop old
29 Jan 2015; Pacho Ramos <pacho@gentoo.org> pybliographer-1.2.15-r1.ebuild:
amd64/x86 stable, bug #531498
diff --git a/app-office/pybliographer/pybliographer-1.2.12-r1.ebuild b/app-office/pybliographer/pybliographer-1.2.12-r1.ebuild
deleted file mode 100644
index 1024d3c00cbf..000000000000
--- a/app-office/pybliographer/pybliographer-1.2.12-r1.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/pybliographer/pybliographer-1.2.12-r1.ebuild,v 1.4 2011/01/27 15:11:22 arfrever Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2:2.6"
-
-inherit autotools gnome2 python
-
-DESCRIPTION="Pybliographer is a tool for working with bibliographic databases"
-HOMEPAGE="http://pybliographer.org/"
-SRC_URI="mirror://sourceforge/pybliographer/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ppc x86"
-IUSE=""
-
-DOCS="AUTHORS ChangeLog* NEWS TODO README"
-
-DEPEND=">=app-text/recode-3.6-r1
- app-text/scrollkeeper
- dev-libs/glib:2
- dev-python/gconf-python:2
- dev-python/gnome-vfs-python:2
- dev-python/libgnome-python:2
- dev-python/pygobject:2
- dev-python/pygtk:2
- >=dev-python/python-bibtex-1.2.4"
-RDEPEND="${DEPEND}"
-
-pkg_setup() {
- python_set_active_version 2
- python_pkg_setup
-}
-
-src_prepare() {
- gnome2_src_prepare
-
- # Disable byte-compilation of Python modules.
- sed -e "/import compileall/d" -i Makefile.am || die "sed failed"
-
- # Install Python modules into site-packages directories.
- find -name Makefile.am | xargs sed -e "/^pybdir[[:space:]]*=[[:space:]]*/s:\$(datadir):$(python_get_sitedir):" -i || die "sed failed"
- sed "s:\${datadir}/@PACKAGE@:$(python_get_sitedir)/@PACKAGE@:" -i etc/installer.in || die "sed failed"
- sed -e "s:gladedir = \$(datadir):gladedir = $(python_get_sitedir):" -i Pyblio/GnomeUI/glade/Makefile.am || die "sed failed"
-
- eautoreconf
-}
-
-src_configure() {
- gnome2_src_configure --disable-depchecks
-}
-
-src_install() {
- gnome2_src_install
-
- python_convert_shebangs -r 2 "${ED}usr/bin"
-}
-
-pkg_postinst() {
- gnome2_pkg_postinst
- python_mod_optimize pybliographer
-}
-
-pkg_postrm() {
- gnome2_pkg_postrm
- python_mod_cleanup pybliographer
-}
diff --git a/app-office/pybliographer/pybliographer-1.2.14.ebuild b/app-office/pybliographer/pybliographer-1.2.14.ebuild
deleted file mode 100644
index 5440fd8feef7..000000000000
--- a/app-office/pybliographer/pybliographer-1.2.14.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/pybliographer/pybliographer-1.2.14.ebuild,v 1.3 2012/04/17 16:06:21 ranger Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2:2.6"
-
-inherit autotools gnome2 python
-
-DESCRIPTION="Pybliographer is a tool for working with bibliographic databases"
-HOMEPAGE="http://pybliographer.org/"
-SRC_URI="mirror://sourceforge/pybliographer/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ppc x86"
-IUSE=""
-
-DOCS="AUTHORS ChangeLog* NEWS TODO README"
-
-DEPEND=">=app-text/recode-3.6-r1
- app-text/scrollkeeper
- dev-libs/glib:2
- dev-python/gconf-python:2
- dev-python/gnome-vfs-python:2
- dev-python/libgnome-python:2
- dev-python/pygobject:2
- dev-python/pygtk:2
- >=dev-python/python-bibtex-1.2.5"
-RDEPEND="${DEPEND}"
-
-pkg_setup() {
- python_set_active_version 2
- python_pkg_setup
-}
-
-src_prepare() {
- gnome2_src_prepare
-
- # Disable byte-compilation of Python modules.
- sed -i \
- -e "/import compileall/d" \
- Makefile.am || die "sed failed"
-
- # Install Python modules into site-packages directories.
- find -name Makefile.am | xargs sed -i \
- -e "/^pybdir[[:space:]]*=[[:space:]]*/s:\$(datadir):$(python_get_sitedir):" || die "sed failed"
- sed -i \
- -e "s:\${datadir}/@PACKAGE@:$(python_get_sitedir)/@PACKAGE@:" \
- etc/installer.in || die "sed failed"
- sed -i \
- -e "s:gladedir = \$(datadir):gladedir = $(python_get_sitedir):" \
- Pyblio/GnomeUI/glade/Makefile.am || die "sed failed"
- eautoreconf
-}
-
-src_configure() {
- gnome2_src_configure --disable-depchecks
-}
-
-src_install() {
- gnome2_src_install
- python_convert_shebangs -r 2 "${ED}usr/bin"
-}
-
-pkg_postinst() {
- gnome2_pkg_postinst
- python_mod_optimize pybliographer
-}
-
-pkg_postrm() {
- gnome2_pkg_postrm
- python_mod_cleanup pybliographer
-}