summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2010-10-11 12:02:49 +0000
committerChristian Faulhammer <fauli@gentoo.org>2010-10-11 12:02:49 +0000
commitc722851f974360035f61a904e468b7addf75ef94 (patch)
tree6c5259531b2ab37e20e61dfa52d3563c333e77a3 /app-misc
parentx86 stable wrt bug #331635 (diff)
downloadgentoo-2-c722851f974360035f61a904e468b7addf75ef94.tar.gz
gentoo-2-c722851f974360035f61a904e468b7addf75ef94.tar.bz2
gentoo-2-c722851f974360035f61a904e468b7addf75ef94.zip
clean up
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/gramps/ChangeLog6
-rw-r--r--app-misc/gramps/gramps-3.2.0.ebuild89
-rw-r--r--app-misc/gramps/gramps-3.2.2.ebuild86
-rw-r--r--app-misc/gramps/gramps-3.2.3.ebuild87
4 files changed, 5 insertions, 263 deletions
diff --git a/app-misc/gramps/ChangeLog b/app-misc/gramps/ChangeLog
index 11b300aff0a2..cda7ffeee3be 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.134 2010/10/11 11:41:58 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/gramps/ChangeLog,v 1.135 2010/10/11 12:02:49 fauli Exp $
+
+ 11 Oct 2010; Christian Faulhammer <fauli@gentoo.org> -gramps-3.2.0.ebuild,
+ -gramps-3.2.2.ebuild, -gramps-3.2.3.ebuild:
+ clean up
*gramps-3.2.4 (11 Oct 2010)
diff --git a/app-misc/gramps/gramps-3.2.0.ebuild b/app-misc/gramps/gramps-3.2.0.ebuild
deleted file mode 100644
index 1a3497594467..000000000000
--- a/app-misc/gramps/gramps-3.2.0.ebuild
+++ /dev/null
@@ -1,89 +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.2.0.ebuild,v 1.3 2010/04/08 07:25:55 fauli Exp $
-
-EAPI=2
-
-PYTHON_DEPEND="2: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/Stable/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="gnome mozembed reports spell webkit"
-
-RDEPEND="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"
- python_set_active_version 2
-}
-
-src_prepare() {
- gnome2_src_prepare
-
- # .mo files are not installed, see bug 300293
- epatch "${FILESDIR}"/${PN}-3.1.3-fix_mo_install.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
-
- # 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_mod_optimize $(python_get_sitedir)/${PN}
-}
-
-pkg_postrm() {
- gnome2_pkg_postrm
- python_mod_cleanup $(python_get_sitedir)/${PN}
-}
diff --git a/app-misc/gramps/gramps-3.2.2.ebuild b/app-misc/gramps/gramps-3.2.2.ebuild
deleted file mode 100644
index 04bbda9d8dc7..000000000000
--- a/app-misc/gramps/gramps-3.2.2.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.2.2.ebuild,v 1.1 2010/04/26 09:17:22 fauli Exp $
-
-EAPI=2
-
-PYTHON_DEPEND="2: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/Stable/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="gnome mozembed reports spell webkit"
-
-RDEPEND="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"
- python_set_active_version 2
-}
-
-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
-
- # 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_mod_optimize $(python_get_sitedir)/${PN}
-}
-
-pkg_postrm() {
- gnome2_pkg_postrm
- python_mod_cleanup $(python_get_sitedir)/${PN}
-}
diff --git a/app-misc/gramps/gramps-3.2.3.ebuild b/app-misc/gramps/gramps-3.2.3.ebuild
deleted file mode 100644
index 253d062ebe12..000000000000
--- a/app-misc/gramps/gramps-3.2.3.ebuild
+++ /dev/null
@@ -1,87 +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.2.3.ebuild,v 1.4 2010/07/14 05:44:22 fauli Exp $
-
-EAPI=2
-
-PYTHON_DEPEND="2: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/Stable/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
-IUSE="gnome mozembed reports spell webkit"
-
-RDEPEND="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}
- dev-util/intltool
- sys-devel/gettext
- virtual/libiconv
- dev-util/pkgconfig"
-
-DOCS="NEWS README TODO"
-
-pkg_setup() {
- G2CONF="${G2CONF} --disable-mime-install"
- python_set_active_version 2
-}
-
-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
-
- # 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_mod_optimize $(python_get_sitedir)/${PN}
-}
-
-pkg_postrm() {
- gnome2_pkg_postrm
- python_mod_cleanup $(python_get_sitedir)/${PN}
-}