summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-07-08 08:59:07 +0000
committerPacho Ramos <pacho@gentoo.org>2014-07-08 08:59:07 +0000
commitfe079ecae896786f57743633bc6a2ca156214693 (patch)
treef36fea5bae8776bf1c226c7f9625cdd482414427 /media-gfx/postr
parentbump; update deps, test phase (diff)
downloadgentoo-2-fe079ecae896786f57743633bc6a2ca156214693.tar.gz
gentoo-2-fe079ecae896786f57743633bc6a2ca156214693.tar.bz2
gentoo-2-fe079ecae896786f57743633bc6a2ca156214693.zip
Version bump, drop old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'media-gfx/postr')
-rw-r--r--media-gfx/postr/ChangeLog8
-rw-r--r--media-gfx/postr/postr-0.13.1.ebuild (renamed from media-gfx/postr/postr-0.13-r1.ebuild)11
2 files changed, 9 insertions, 10 deletions
diff --git a/media-gfx/postr/ChangeLog b/media-gfx/postr/ChangeLog
index 4b0490fc4b74..205798244559 100644
--- a/media-gfx/postr/ChangeLog
+++ b/media-gfx/postr/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-gfx/postr
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/postr/ChangeLog,v 1.9 2014/06/22 19:08:19 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/postr/ChangeLog,v 1.10 2014/07/08 08:59:07 pacho Exp $
+
+*postr-0.13.1 (08 Jul 2014)
+
+ 08 Jul 2014; Pacho Ramos <pacho@gentoo.org> +postr-0.13.1.ebuild,
+ -postr-0.13-r1.ebuild:
+ Version bump, drop old
*postr-0.13-r1 (22 Jun 2014)
diff --git a/media-gfx/postr/postr-0.13-r1.ebuild b/media-gfx/postr/postr-0.13.1.ebuild
index 9f0f0725100b..2c05fc0259dd 100644
--- a/media-gfx/postr/postr-0.13-r1.ebuild
+++ b/media-gfx/postr/postr-0.13.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/postr/postr-0.13-r1.ebuild,v 1.1 2014/06/22 19:08:19 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/postr/postr-0.13.1.ebuild,v 1.1 2014/07/08 08:59:07 pacho Exp $
EAPI="5"
GCONF_DEBUG="no"
@@ -41,26 +41,19 @@ DEPEND="${COMMON_DEPEND}
virtual/pkgconfig"
src_prepare() {
- # In next release
- epatch "${FILESDIR}/${P}-exception-after-quit.patch"
-
# Don't check for nautilus-python if we aren't installing the nautilus-2 extension
sed -e 's:nautilus-python >= 0.6.1::' -i configure || die
-
gnome2_src_prepare
}
src_configure() {
gnome2_src_configure \
- --with-nautilus-extension-dir=${EPREFIX}/usr/share/nautilus-python/extensions
+ --with-nautilus-extension-dir="${EPREFIX}"/usr/share/nautilus-python/extensions
}
src_install() {
gnome2_src_install
python_fix_shebang "${ED}"
- # In next release, https://bugzilla.gnome.org/show_bug.cgi?id=685454
- mv "${ED}usr/share/postr/postr.glade" "${ED}$(python_get_sitedir)/postr/" || die
-
rm -r "${ED}usr/share/nautilus-python" || die
}