summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2009-06-03 12:48:59 +0000
committerChristian Faulhammer <fauli@gentoo.org>2009-06-03 12:48:59 +0000
commitf3fa36e10c2b2586fe36f5ec9c1fadc77eec47e8 (patch)
tree730121cae533620127ce1b060c22cf9e562e0ab8 /app-misc/gramps
parentSparc stable, Bug #266452. (diff)
downloadgentoo-2-f3fa36e10c2b2586fe36f5ec9c1fadc77eec47e8.tar.gz
gentoo-2-f3fa36e10c2b2586fe36f5ec9c1fadc77eec47e8.tar.bz2
gentoo-2-f3fa36e10c2b2586fe36f5ec9c1fadc77eec47e8.zip
clean up
(Portage version: 2.1.6.11/cvs/Linux i686)
Diffstat (limited to 'app-misc/gramps')
-rw-r--r--app-misc/gramps/ChangeLog7
-rw-r--r--app-misc/gramps/files/gramps-3.0.3_fix-installation-race-condition.patch15
-rw-r--r--app-misc/gramps/gramps-3.0.3.ebuild66
-rw-r--r--app-misc/gramps/gramps-3.0.4.ebuild61
4 files changed, 6 insertions, 143 deletions
diff --git a/app-misc/gramps/ChangeLog b/app-misc/gramps/ChangeLog
index 6edaee7e3fa1..516b523721d1 100644
--- a/app-misc/gramps/ChangeLog
+++ b/app-misc/gramps/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-misc/gramps
# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/gramps/ChangeLog,v 1.107 2009/06/03 12:41:09 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/gramps/ChangeLog,v 1.108 2009/06/03 12:48:58 fauli Exp $
+
+ 03 Jun 2009; Christian Faulhammer <fauli@gentoo.org>
+ -files/gramps-3.0.3_fix-installation-race-condition.patch,
+ -gramps-3.0.3.ebuild, -gramps-3.0.4.ebuild:
+ clean up
03 Jun 2009; Ferris McCormick <fmccor@gentoo.org> gramps-3.1.1.ebuild:
Sparc stable, Bug #266452.
diff --git a/app-misc/gramps/files/gramps-3.0.3_fix-installation-race-condition.patch b/app-misc/gramps/files/gramps-3.0.3_fix-installation-race-condition.patch
deleted file mode 100644
index ed5e5cb487f2..000000000000
--- a/app-misc/gramps/files/gramps-3.0.3_fix-installation-race-condition.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- src/docgen/Makefile.am.orig 2008-12-22 13:24:05.000000000 +0100
-+++ src/docgen/Makefile.am 2008-12-22 13:24:39.000000000 +0100
-@@ -23,11 +23,9 @@
- TextBufDoc.py \
- GtkPrint.py
-
--docgen_DATA = \
-+dist_docgen_DATA = \
- gtkprintpreview.glade
-
--dist_docgen_DATA = $(docgen_DATA)
--
- # Clean up all the byte-compiled files
- MOSTLYCLEANFILES = *pyc *pyo
-
diff --git a/app-misc/gramps/gramps-3.0.3.ebuild b/app-misc/gramps/gramps-3.0.3.ebuild
deleted file mode 100644
index 10a6373f351a..000000000000
--- a/app-misc/gramps/gramps-3.0.3.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/gramps/gramps-3.0.3.ebuild,v 1.9 2009/01/09 13:34:02 fauli Exp $
-
-NEED_PYTHON="2.5"
-WANT_AUTOCONF="latest"
-WANT_AUTOMAKE="latest"
-
-inherit autotools eutils gnome2 python
-
-DESCRIPTION="Genealogical Research and Analysis Management Programming System"
-HOMEPAGE="http://www.gramps-project.org/"
-SRC_URI="mirror://sourceforge/gramps/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-IUSE="reports"
-
-RDEPEND=">=dev-python/pygtk-2.10.0
- || ( dev-python/libgnome-python
- >=dev-python/gnome-python-2.22.0
- >=dev-python/gnome-python-desktop-2.6 )
- reports? ( media-gfx/graphviz )"
-DEPEND="${RDEPEND}
- sys-devel/gettext
- virtual/libiconv
- dev-util/pkgconfig"
-
-DOCS="NEWS README TODO"
-
-pkg_setup() {
- if ! built_with_use -a 'dev-lang/python' sqlite berkdb ; then
- eerror "You need to install python with Berkeley Database support."
- eerror "Add 'dev-lang/python berkdb sqlite' to /etc/portage/package.use "
- eerror "and then re-emerge python."
- die "berkdb or sqlite support missing from Python"
- fi
-
- G2CONF="${G2CONF} --disable-mime-install"
-}
-
-src_unpack() {
- gnome2_src_unpack
- epatch "${FILESDIR}"/${P}_fix-installation-race-condition.patch
- eautoreconf
- # This is for bug 215944, so .pyo/.pyc files don't get into the
- # file system
- mv "${S}"/py-compile "${S}"/py-compile.orig
- ln -s $(type -P true) "${S}"/py-compile
-}
-
-src_install() {
- python_need_rebuild
- gnome2_src_install
-}
-
-pkg_postinst() {
- gnome2_pkg_postinst
- python_mod_optimize /usr/share/${PN}
-}
-
-pkg_postrm() {
- gnome2_pkg_postrm
- python_mod_cleanup /usr/share/${PN}
-}
diff --git a/app-misc/gramps/gramps-3.0.4.ebuild b/app-misc/gramps/gramps-3.0.4.ebuild
deleted file mode 100644
index be79d92ee068..000000000000
--- a/app-misc/gramps/gramps-3.0.4.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/gramps/gramps-3.0.4.ebuild,v 1.7 2009/01/30 02:39:42 beandog Exp $
-
-EAPI=2
-NEED_PYTHON="2.5"
-WANT_AUTOCONF="latest"
-WANT_AUTOMAKE="latest"
-
-inherit autotools eutils gnome2 python
-
-DESCRIPTION="Genealogical Research and Analysis Management Programming System"
-HOMEPAGE="http://www.gramps-project.org/"
-SRC_URI="mirror://sourceforge/gramps/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc sparc x86"
-IUSE="reports"
-
-RDEPEND=">=dev-python/pygtk-2.10.0
- || ( dev-python/libgnome-python
- >=dev-python/gnome-python-2.22.0
- >=dev-python/gnome-python-desktop-2.6 )
- reports? ( media-gfx/graphviz )"
-DEPEND="${RDEPEND}
- || ( dev-lang/python[sqlite] dev-lang/python[berkdb] )
- sys-devel/gettext
- virtual/libiconv
- dev-util/pkgconfig"
-
-DOCS="NEWS README TODO"
-
-pkg_setup() {
- G2CONF="${G2CONF} --disable-mime-install"
-}
-
-src_unpack() {
- gnome2_src_unpack
- epatch "${FILESDIR}"/${PN}-3.0.3_fix-installation-race-condition.patch
- eautoreconf
- # This is for bug 215944, so .pyo/.pyc files don't get into the
- # file system
- mv "${S}"/py-compile "${S}"/py-compile.orig
- ln -s $(type -P true) "${S}"/py-compile
-}
-
-src_install() {
- python_need_rebuild
- gnome2_src_install
-}
-
-pkg_postinst() {
- gnome2_pkg_postinst
- python_mod_optimize /usr/share/${PN}
-}
-
-pkg_postrm() {
- gnome2_pkg_postrm
- python_mod_cleanup /usr/share/${PN}
-}