summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2013-03-29 23:06:13 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2013-03-29 23:06:13 +0000
commit9fbfa791810936f87bf7595c078b305e5bef305a (patch)
tree619f59a465554c469f9beefb09767979c9859704 /media-gfx
parentClean up old revision. (diff)
downloadgentoo-2-9fbfa791810936f87bf7595c078b305e5bef305a.tar.gz
gentoo-2-9fbfa791810936f87bf7595c078b305e5bef305a.tar.bz2
gentoo-2-9fbfa791810936f87bf7595c078b305e5bef305a.zip
Clean up old revision.
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/postr/ChangeLog5
-rw-r--r--media-gfx/postr/postr-0.12.4.ebuild34
2 files changed, 4 insertions, 35 deletions
diff --git a/media-gfx/postr/ChangeLog b/media-gfx/postr/ChangeLog
index 5a56177e3813..fc8117cbf518 100644
--- a/media-gfx/postr/ChangeLog
+++ b/media-gfx/postr/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-gfx/postr
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/postr/ChangeLog,v 1.4 2013/02/07 22:28:22 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/postr/ChangeLog,v 1.5 2013/03/29 23:06:13 eva Exp $
+
+ 29 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org> -postr-0.12.4.ebuild:
+ Clean up old revision.
07 Feb 2013; Ulrich Müller <ulm@gentoo.org> postr-0.13.ebuild:
Move Creative Commons licenses to shorter names.
diff --git a/media-gfx/postr/postr-0.12.4.ebuild b/media-gfx/postr/postr-0.12.4.ebuild
deleted file mode 100644
index 8ae5283a91eb..000000000000
--- a/media-gfx/postr/postr-0.12.4.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/postr/postr-0.12.4.ebuild,v 1.3 2012/10/09 22:53:51 tetromino Exp $
-
-EAPI="4"
-
-GCONF_DEBUG="no"
-GNOME_TARBALL_SUFFIX="bz2"
-
-PYTHON_COMPAT="python2_6 python2_7"
-
-inherit gnome2 python-distutils-ng
-
-DESCRIPTION="Flickr uploader for GNOME"
-HOMEPAGE="http://projects.gnome.org/postr/"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-python/bsddb3
- dev-python/gconf-python
- dev-python/pygobject:2
- dev-python/pygtk:2
- dev-python/twisted
- dev-python/twisted-web"
-DEPEND=""
-
-python_prepare_all() {
- # FIXME: nautilus extension is nautilus-2-only; is it worth enabling for
- # legacy users?
- sed -e '/nautilus\/extensions/ d' -i setup.py || die
-}