summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2010-03-01 19:18:41 +0000
committerChristian Faulhammer <fauli@gentoo.org>2010-03-01 19:18:41 +0000
commite3b77c6380b2be63e92548503e5356009f1cafeb (patch)
tree14aa68cd50c6cc663383c0fe9d6d2066b0ea645c /app-misc/gramps
parentStable for HPPA (bug #295051). (diff)
downloadgentoo-2-e3b77c6380b2be63e92548503e5356009f1cafeb.tar.gz
gentoo-2-e3b77c6380b2be63e92548503e5356009f1cafeb.tar.bz2
gentoo-2-e3b77c6380b2be63e92548503e5356009f1cafeb.zip
clean up
(Portage version: 2.1.7.17/cvs/Linux i686)
Diffstat (limited to 'app-misc/gramps')
-rw-r--r--app-misc/gramps/ChangeLog6
-rw-r--r--app-misc/gramps/gramps-3.1.1.ebuild86
-rw-r--r--app-misc/gramps/gramps-3.1.2-r1.ebuild88
-rw-r--r--app-misc/gramps/gramps-3.1.3.ebuild88
4 files changed, 5 insertions, 263 deletions
diff --git a/app-misc/gramps/ChangeLog b/app-misc/gramps/ChangeLog
index fd3be86d771b..7499fc1462b5 100644
--- a/app-misc/gramps/ChangeLog
+++ b/app-misc/gramps/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-misc/gramps
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/gramps/ChangeLog,v 1.119 2010/02/28 19:02:37 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/gramps/ChangeLog,v 1.120 2010/03/01 19:18:41 fauli Exp $
+
+ 01 Mar 2010; Christian Faulhammer <fauli@gentoo.org> -gramps-3.1.1.ebuild,
+ -gramps-3.1.2-r1.ebuild, -gramps-3.1.3.ebuild:
+ clean up
28 Feb 2010; nixnut <nixnut@gentoo.org> gramps-3.1.3-r1.ebuild:
ppc stable #299568
diff --git a/app-misc/gramps/gramps-3.1.1.ebuild b/app-misc/gramps/gramps-3.1.1.ebuild
deleted file mode 100644
index b3b2c8253607..000000000000
--- a/app-misc/gramps/gramps-3.1.1.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/gramps/gramps-3.1.1.ebuild,v 1.9 2010/01/01 18:36:04 ssuominen Exp $
-
-EAPI=2
-NEED_PYTHON="2.5"
-
-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="gnome reports spell"
-
-RDEPEND=">=dev-python/pygtk-2.10.0
- x11-misc/xdg-utils
- gnome-base/librsvg:2
- gnome? ( || ( dev-python/libgnome-python
- >=dev-python/gnome-python-2.22.0
- >=dev-python/gnome-python-desktop-2.6 ) )
- spell? ( ||
- ( dev-python/gtkspell-python dev-python/gnome-python-extras )
- dev-python/pyenchant )
- reports? ( media-gfx/graphviz )"
-DEPEND="${RDEPEND}
- dev-lang/python[berkdb]
- sys-devel/gettext
- virtual/libiconv
- dev-util/pkgconfig"
-
-DOCS="NEWS README TODO"
-
-pkg_setup() {
- G2CONF="${G2CONF} --disable-mime-install"
-}
-
-src_prepare() {
- gnome2_src_prepare
- 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
-
- python_version
-
- # Fix install path.
- einfo "Fix installation path"
- find . -iname 'Makefile.in' | xargs \
- sed "s;\(pkgdatadir = \)\(\$(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_version
- python_mod_optimize $(python_get_sitedir)/${PN}
-}
-
-pkg_postrm() {
- gnome2_pkg_postrm
- python_version
- python_mod_cleanup $(python_get_sitedir)/${PN}
-}
diff --git a/app-misc/gramps/gramps-3.1.2-r1.ebuild b/app-misc/gramps/gramps-3.1.2-r1.ebuild
deleted file mode 100644
index 5d69a6b08354..000000000000
--- a/app-misc/gramps/gramps-3.1.2-r1.ebuild
+++ /dev/null
@@ -1,88 +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.1.2-r1.ebuild,v 1.1 2009/10/29 10:56:01 fauli Exp $
-
-EAPI=2
-
-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="gnome mozembed reports spell webkit"
-
-RDEPEND=">=dev-lang/python-2.5
- dev-python/bsddb3
- >=dev-python/pygtk-2.10.0
- x11-misc/xdg-utils
- gnome-base/librsvg:2
- gnome? ( dev-python/libgnome-python
- dev-python/gconf-python )
- mozembed? ( dev-python/gtkmozembed-python )
- spell? ( dev-python/gtkspell-python
- dev-python/pyenchant )
- reports? ( media-gfx/graphviz )
- webkit? ( dev-python/pywebkitgtk )"
-DEPEND="${RDEPEND}
- sys-devel/gettext
- virtual/libiconv
- dev-util/pkgconfig"
-
-DOCS="NEWS README TODO"
-
-pkg_setup() {
- G2CONF="${G2CONF} --disable-mime-install"
-}
-
-src_prepare() {
- gnome2_src_prepare
- eautoreconf
-
- epatch "${FILESDIR}"/${P}-use_bsddb3.patch
- # 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
-
- python_version
-
- # Fix install path.
- einfo "Fix installation path"
- find . -iname 'Makefile.in' | xargs \
- sed "s;\(pkgdatadir = \)\(\$(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_version
- python_mod_optimize $(python_get_sitedir)/${PN}
-}
-
-pkg_postrm() {
- gnome2_pkg_postrm
- python_version
- python_mod_cleanup $(python_get_sitedir)/${PN}
-}
diff --git a/app-misc/gramps/gramps-3.1.3.ebuild b/app-misc/gramps/gramps-3.1.3.ebuild
deleted file mode 100644
index 86151684a000..000000000000
--- a/app-misc/gramps/gramps-3.1.3.ebuild
+++ /dev/null
@@ -1,88 +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.1.3.ebuild,v 1.1 2009/12/25 00:01:35 fauli Exp $
-
-EAPI=2
-
-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="gnome mozembed reports spell webkit"
-
-RDEPEND=">=dev-lang/python-2.5
- dev-python/bsddb3
- >=dev-python/pygtk-2.10.0
- x11-misc/xdg-utils
- gnome-base/librsvg:2
- gnome? ( dev-python/libgnome-python
- dev-python/gconf-python )
- mozembed? ( dev-python/gtkmozembed-python )
- spell? ( dev-python/gtkspell-python
- dev-python/pyenchant )
- reports? ( media-gfx/graphviz )
- webkit? ( dev-python/pywebkitgtk )"
-DEPEND="${RDEPEND}
- sys-devel/gettext
- virtual/libiconv
- dev-util/pkgconfig"
-
-DOCS="NEWS README TODO"
-
-pkg_setup() {
- G2CONF="${G2CONF} --disable-mime-install"
-}
-
-src_prepare() {
- gnome2_src_prepare
- eautoreconf
-
- epatch "${FILESDIR}"/${PN}-3.1.2-use_bsddb3.patch
- # 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
-
- python_version
-
- # Fix install path.
- einfo "Fix installation path"
- find . -iname 'Makefile.in' | xargs \
- sed "s;\(pkgdatadir = \)\(\$(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_version
- python_mod_optimize $(python_get_sitedir)/${PN}
-}
-
-pkg_postrm() {
- gnome2_pkg_postrm
- python_version
- python_mod_cleanup $(python_get_sitedir)/${PN}
-}