summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2016-11-13 15:59:51 +0100
committerMarek Szuba <marecki@gentoo.org>2016-11-13 16:00:29 +0100
commit951cdefb537c6ad5c052a8ad6b979c3c064debbb (patch)
tree0f226f3e464f601c1f6e1df11c8d0e1f2c5a8ee0 /app-misc/gramps
parenteclass/ruby-ng: Remove ree18 support (diff)
downloadgentoo-951cdefb537c6ad5c052a8ad6b979c3c064debbb.tar.gz
gentoo-951cdefb537c6ad5c052a8ad6b979c3c064debbb.tar.bz2
gentoo-951cdefb537c6ad5c052a8ad6b979c3c064debbb.zip
app-misc/gramps: remove old
Suggested-By: Kevin Simmons <kevin@kblob.com> Package-Manager: portage-2.3.2
Diffstat (limited to 'app-misc/gramps')
-rw-r--r--app-misc/gramps/Manifest1
-rw-r--r--app-misc/gramps/gramps-3.4.9-r1.ebuild79
-rw-r--r--app-misc/gramps/gramps-3.4.9.ebuild78
3 files changed, 0 insertions, 158 deletions
diff --git a/app-misc/gramps/Manifest b/app-misc/gramps/Manifest
index 4000583f834b..680dee7f7f23 100644
--- a/app-misc/gramps/Manifest
+++ b/app-misc/gramps/Manifest
@@ -1,3 +1,2 @@
DIST gramps-3.4.5.tar.gz 10444188 SHA256 940b665a2e0dadf7ee310bdd1a1033c20816c856df8a7d6c4e0850a60471dbc7 SHA512 c9b517f58712d9f585dbddcb394d3605a5f823950a8c3c5a4ffd20d1a8523d6b75f9b6193271adabe76edc073dd6b4c20811de62582a2930b84d88922b4e52b3 WHIRLPOOL 4e30108881900883a4cb3c3ee4c9ef78e04d0850c3dbdaf97569f44cdfb2e56463f3f156f041b4dec6650c722f12cc0909689edc9591c97c5b02b1705860c228
-DIST gramps-3.4.9.tar.gz 10190446 SHA256 402a8616efeda730d10941690edb6dfb2719c3f7383e376a404577412676a8f3 SHA512 f15481b3791a98568a0a7f734ef5eb9a1149cf76c5e83f1270eee41bcf3518713391cb271a54177e6e6bbaf78da098d7a7a2a807266c971c1331dbb9d29d5fbb WHIRLPOOL 834777cb20ee7a3ef7a2397eef5a0e70caab02666cf127ba01f6310ac68463ea67733883cd3ca63676b9541dc104da818986d7b249950ae6a30415f5fa1bddee
DIST gramps-4.2.4.tar.gz 18683901 SHA256 25190692f2f0d06e05f0761fef45173dd8d6693762572a62845b544a2c622efa SHA512 640b7b8affc29eee000232a3828f71c6e6e4ee568a4fce2ae8f9eaeabc87682e2dd9e2f1db1e8093e368d86583e80ce3c5261cf223f9cc6e210e7d6272781499 WHIRLPOOL ae118840749364b2904e5ed35f318019c54551305cf98d6e118bf9c539d1507dbce74b46fe66430e53c1115d09d3c73296a91f354ad0bb734e6d182a3ae148d0
diff --git a/app-misc/gramps/gramps-3.4.9-r1.ebuild b/app-misc/gramps/gramps-3.4.9-r1.ebuild
deleted file mode 100644
index dd3a36a1a0f0..000000000000
--- a/app-misc/gramps/gramps-3.4.9-r1.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit gnome2 python-single-r1
-
-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 ~x86"
-
-IUSE="gnome reports spell webkit"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
- dev-python/bsddb3[${PYTHON_USEDEP}]
- dev-python/pygoocanvas[${PYTHON_USEDEP}]
- >=dev-python/pygtk-2.16.0[${PYTHON_USEDEP}]
- gnome-base/librsvg:2
- sci-geosciences/osm-gps-map
- x11-misc/xdg-utils
- gnome? (
- dev-python/gconf-python[${PYTHON_USEDEP}]
- dev-python/libgnome-python[${PYTHON_USEDEP}]
- )
- spell? ( dev-python/gtkspell-python[${PYTHON_USEDEP}] )
- reports? ( media-gfx/graphviz )
- webkit? ( dev-python/pywebkitgtk[${PYTHON_USEDEP}] )
-"
-DEPEND="${RDEPEND}
- dev-util/intltool
- sys-devel/gettext
- virtual/libiconv
- virtual/pkgconfig
-"
-
-PATCHES=(
- "${FILESDIR}/${PN}-3.4.0-use_bsddb3.patch"
-)
-
-src_prepare() {
- # 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
-
- python_fix_shebang .
-
- gnome2_src_prepare
-}
-
-src_configure() {
- gnome2_src_configure \
- --disable-mime-install \
- PYTHON="${EROOT}"/usr/bin/python2
-}
diff --git a/app-misc/gramps/gramps-3.4.9.ebuild b/app-misc/gramps/gramps-3.4.9.ebuild
deleted file mode 100644
index 487be35d554c..000000000000
--- a/app-misc/gramps/gramps-3.4.9.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-GCONF_DEBUG="no"
-
-inherit eutils gnome2 python-single-r1
-
-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 ~x86"
-
-IUSE="gnome reports spell webkit"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
- dev-python/bsddb3[${PYTHON_USEDEP}]
- dev-python/pygoocanvas[${PYTHON_USEDEP}]
- >=dev-python/pygtk-2.16.0[${PYTHON_USEDEP}]
- gnome-base/librsvg:2
- sci-geosciences/osm-gps-map
- x11-misc/xdg-utils
- gnome? (
- dev-python/gconf-python[${PYTHON_USEDEP}]
- dev-python/libgnome-python[${PYTHON_USEDEP}]
- )
- spell? ( dev-python/gtkspell-python[${PYTHON_USEDEP}] )
- reports? ( media-gfx/graphviz )
- webkit? ( dev-python/pywebkitgtk[${PYTHON_USEDEP}] )
-"
-DEPEND="${RDEPEND}
- dev-util/intltool
- sys-devel/gettext
- virtual/libiconv
- virtual/pkgconfig
-"
-
-src_prepare() {
- epatch "${FILESDIR}/${PN}-3.4.0-use_bsddb3.patch"
-
- # 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
-
- python_fix_shebang .
-
- gnome2_src_prepare
-}
-
-src_configure() {
- gnome2_src_configure \
- --disable-mime-install \
- PYTHON="${EROOT}"/usr/bin/python2
-}