summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2015-02-06 15:47:12 +0000
committerPacho Ramos <pacho@gentoo.org>2015-02-06 15:47:12 +0000
commit1b5a8bade0f8d128b300940b26c363947a7ee69e (patch)
tree58315823fcb824998f1070d8a48088e63bbbf9ae /app-misc
parentamd64/x86 stable, bug #531482 (diff)
downloadgentoo-2-1b5a8bade0f8d128b300940b26c363947a7ee69e.tar.gz
gentoo-2-1b5a8bade0f8d128b300940b26c363947a7ee69e.tar.bz2
gentoo-2-1b5a8bade0f8d128b300940b26c363947a7ee69e.zip
Drop old
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/gramps/ChangeLog6
-rw-r--r--app-misc/gramps/gramps-3.4.4.ebuild90
-rw-r--r--app-misc/gramps/gramps-3.4.5.ebuild90
3 files changed, 5 insertions, 181 deletions
diff --git a/app-misc/gramps/ChangeLog b/app-misc/gramps/ChangeLog
index 35cbbd591846..97c8da4a870c 100644
--- a/app-misc/gramps/ChangeLog
+++ b/app-misc/gramps/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-misc/gramps
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/gramps/ChangeLog,v 1.168 2015/02/06 15:46:11 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/gramps/ChangeLog,v 1.169 2015/02/06 15:47:12 pacho Exp $
+
+ 06 Feb 2015; Pacho Ramos <pacho@gentoo.org> -gramps-3.4.4.ebuild,
+ -gramps-3.4.5.ebuild:
+ Drop old
06 Feb 2015; Pacho Ramos <pacho@gentoo.org> gramps-3.4.5-r1.ebuild:
amd64/x86 stable, bug #531482
diff --git a/app-misc/gramps/gramps-3.4.4.ebuild b/app-misc/gramps/gramps-3.4.4.ebuild
deleted file mode 100644
index a120d32c23e0..000000000000
--- a/app-misc/gramps/gramps-3.4.4.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/gramps/gramps-3.4.4.ebuild,v 1.1 2013/05/16 03:50:48 fauli Exp $
-
-EAPI=3
-
-PYTHON_DEPEND="2:2.6"
-GCONF_DEBUG="no"
-
-inherit eutils gnome2 python
-
-DESCRIPTION="Genealogical Research and Analysis Management Programming System"
-HOMEPAGE="http://www.gramps-project.org/"
-SRC_URI="mirror://sourceforge/gramps/Stable/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="gnome reports spell webkit"
-
-RDEPEND="dev-python/bsddb3
- >=dev-python/pygtk-2.16.0
- dev-python/pygoocanvas
- x11-misc/xdg-utils
- gnome-base/librsvg:2
- gnome? ( dev-python/libgnome-python
- dev-python/gconf-python )
- spell? ( dev-python/gtkspell-python )
- reports? ( media-gfx/graphviz )
- webkit? ( dev-python/pywebkitgtk )"
-DEPEND="${RDEPEND}
- dev-util/intltool
- sys-devel/gettext
- virtual/libiconv
- virtual/pkgconfig"
-
-DOCS="NEWS README TODO"
-
-pkg_setup() {
- G2CONF="${G2CONF} --disable-mime-install PYTHON="${EROOT}"/usr/bin/python2"
- python_set_active_version 2
- python_pkg_setup
-}
-
-src_prepare() {
- gnome2_src_prepare
-
- epatch "${FILESDIR}/${PN}-3.4.0-use_bsddb3.patch"
-
- # This is for bug 215944, so .pyo/.pyc files don't get into the
- # file system
- python_clean_py-compile_files
-
- # Fix install path, bug 423315 for example
- einfo "Fix installation path"
- find . -iname 'Makefile.in' | xargs \
- sed "s;\(pkgdatadir = \)\(\$(datadir)\);\1$(python_get_sitedir);" -i \
- || die
- find . -iname 'Makefile.in' | xargs \
- sed "s;\(pkgpythondir = \)\(\$(datadir)\);\1$(python_get_sitedir);" -i \
- || die
-
- sed "s;\$(prefix)/share/gramps;/$(python_get_sitedir)/@PACKAGE@;" \
- -i src/Makefile.in || die
-
- sed "s;\$(prefix)/share/gramps;/$(python_get_sitedir)/@PACKAGE@;" \
- -i src/docgen/Makefile.in || die
-
- einfo "Fix wrapper script"
- sed "s;@datadir@;$(python_get_sitedir);" \
- -i gramps.sh.in || die
-
- einfo "Fix icon location"
- sed "s;gramps/;pixmap/;g" -i data/gramps.keys.in || die
-}
-
-src_install() {
- python_need_rebuild
- gnome2_src_install
-}
-
-pkg_postinst() {
- gnome2_pkg_postinst
- python_mod_optimize ${PN}
-}
-
-pkg_postrm() {
- gnome2_pkg_postrm
- python_mod_cleanup ${PN}
-}
diff --git a/app-misc/gramps/gramps-3.4.5.ebuild b/app-misc/gramps/gramps-3.4.5.ebuild
deleted file mode 100644
index 0483d0696ff7..000000000000
--- a/app-misc/gramps/gramps-3.4.5.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/gramps/gramps-3.4.5.ebuild,v 1.1 2013/05/22 21:44:09 fauli Exp $
-
-EAPI=3
-
-PYTHON_DEPEND="2:2.6"
-GCONF_DEBUG="no"
-
-inherit eutils gnome2 python
-
-DESCRIPTION="Genealogical Research and Analysis Management Programming System"
-HOMEPAGE="http://www.gramps-project.org/"
-SRC_URI="mirror://sourceforge/gramps/Stable/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="gnome reports spell webkit"
-
-RDEPEND="dev-python/bsddb3
- >=dev-python/pygtk-2.16.0
- dev-python/pygoocanvas
- x11-misc/xdg-utils
- gnome-base/librsvg:2
- gnome? ( dev-python/libgnome-python
- dev-python/gconf-python )
- spell? ( dev-python/gtkspell-python )
- reports? ( media-gfx/graphviz )
- webkit? ( dev-python/pywebkitgtk )"
-DEPEND="${RDEPEND}
- dev-util/intltool
- sys-devel/gettext
- virtual/libiconv
- virtual/pkgconfig"
-
-DOCS="NEWS README TODO"
-
-pkg_setup() {
- G2CONF="${G2CONF} --disable-mime-install PYTHON="${EROOT}"/usr/bin/python2"
- python_set_active_version 2
- python_pkg_setup
-}
-
-src_prepare() {
- gnome2_src_prepare
-
- epatch "${FILESDIR}/${PN}-3.4.0-use_bsddb3.patch"
-
- # This is for bug 215944, so .pyo/.pyc files don't get into the
- # file system
- python_clean_py-compile_files
-
- # Fix install path, bug 423315 for example
- einfo "Fix installation path"
- find . -iname 'Makefile.in' | xargs \
- sed "s;\(pkgdatadir = \)\(\$(datadir)\);\1$(python_get_sitedir);" -i \
- || die
- find . -iname 'Makefile.in' | xargs \
- sed "s;\(pkgpythondir = \)\(\$(datadir)\);\1$(python_get_sitedir);" -i \
- || die
-
- sed "s;\$(prefix)/share/gramps;/$(python_get_sitedir)/@PACKAGE@;" \
- -i src/Makefile.in || die
-
- sed "s;\$(prefix)/share/gramps;/$(python_get_sitedir)/@PACKAGE@;" \
- -i src/docgen/Makefile.in || die
-
- einfo "Fix wrapper script"
- sed "s;@datadir@;$(python_get_sitedir);" \
- -i gramps.sh.in || die
-
- einfo "Fix icon location"
- sed "s;gramps/;pixmap/;g" -i data/gramps.keys.in || die
-}
-
-src_install() {
- python_need_rebuild
- gnome2_src_install
-}
-
-pkg_postinst() {
- gnome2_pkg_postinst
- python_mod_optimize ${PN}
-}
-
-pkg_postrm() {
- gnome2_pkg_postrm
- python_mod_cleanup ${PN}
-}