summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2009-06-17 19:04:03 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2009-06-17 19:04:03 +0000
commit59b5e77164d5bbf6c8acc67b3f5ac1988484faae (patch)
treedec19c571e2982d3e078650c6460f62a77f879d5 /x11-misc
parentStable on alpha, bug #273959 (diff)
downloadgentoo-2-59b5e77164d5bbf6c8acc67b3f5ac1988484faae.tar.gz
gentoo-2-59b5e77164d5bbf6c8acc67b3f5ac1988484faae.tar.bz2
gentoo-2-59b5e77164d5bbf6c8acc67b3f5ac1988484faae.zip
Clean up old revisions, closes: #271710.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/xdg-utils/ChangeLog6
-rw-r--r--x11-misc/xdg-utils/xdg-utils-1.0.2-r2.ebuild40
-rw-r--r--x11-misc/xdg-utils/xdg-utils-1.0.2.ebuild24
3 files changed, 5 insertions, 65 deletions
diff --git a/x11-misc/xdg-utils/ChangeLog b/x11-misc/xdg-utils/ChangeLog
index 499106d4cb6e..7162382c7c78 100644
--- a/x11-misc/xdg-utils/ChangeLog
+++ b/x11-misc/xdg-utils/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/xdg-utils
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdg-utils/ChangeLog,v 1.54 2009/06/07 17:26:14 gentoofan23 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdg-utils/ChangeLog,v 1.55 2009/06/17 19:04:03 eva Exp $
+
+ 17 Jun 2009; Gilles Dartiguelongue <eva@gentoo.org>
+ -xdg-utils-1.0.2.ebuild, -xdg-utils-1.0.2-r2.ebuild:
+ Clean up old revisions, closes: #271710.
07 Jun 2009; Thomas Anderson <gentoofan23@gentoo.org>
xdg-utils-1.0.2-r3.ebuild:
diff --git a/x11-misc/xdg-utils/xdg-utils-1.0.2-r2.ebuild b/x11-misc/xdg-utils/xdg-utils-1.0.2-r2.ebuild
deleted file mode 100644
index d57da49dd167..000000000000
--- a/x11-misc/xdg-utils/xdg-utils-1.0.2-r2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdg-utils/xdg-utils-1.0.2-r2.ebuild,v 1.2 2009/02/02 18:49:12 scarabeus Exp $
-
-inherit eutils
-
-DESCRIPTION="Portland utils for cross-platform/cross-toolkit/cross-desktop interoperability"
-HOMEPAGE="http://portland.freedesktop.org/wiki"
-SRC_URI="http://portland.freedesktop.org/download/${P}.tgz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="doc"
-
-RESTRICT="test"
-
-RDEPEND="x11-apps/xprop
- x11-misc/shared-mime-info"
-PDEPEND="dev-util/desktop-file-utils"
-DEPEND=""
-
-src_unpack() {
- unpack ${A}
- cd "${S}"/scripts
- epatch "${FILESDIR}"/${P}-arb-comm-exec.patch \
- "${FILESDIR}"/${P}-kdedirs.patch \
- "${FILESDIR}"/${P}-xdgopen-kde.patch
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed."
- dodoc ChangeLog README RELEASE_NOTES TODO
- newdoc scripts/README README.scripts
- use doc && dohtml -r scripts/html
-}
-
-pkg_postinst() {
- elog "Install >=x11-libs/gtk+-2 if you need command gtk-update-icon-cache."
-}
diff --git a/x11-misc/xdg-utils/xdg-utils-1.0.2.ebuild b/x11-misc/xdg-utils/xdg-utils-1.0.2.ebuild
deleted file mode 100644
index cb07f8041bb6..000000000000
--- a/x11-misc/xdg-utils/xdg-utils-1.0.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdg-utils/xdg-utils-1.0.2.ebuild,v 1.11 2007/12/11 10:58:57 vapier Exp $
-
-DESCRIPTION="Portland utils for cross-platform/cross-toolkit/cross-desktop interoperability"
-HOMEPAGE="http://portland.freedesktop.org/wiki/Portland"
-SRC_URI="http://portland.freedesktop.org/download/${P}.tgz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
-IUSE="doc"
-
-RESTRICT="test"
-
-RDEPEND="x11-apps/xprop"
-DEPEND=""
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed."
- dodoc ChangeLog README RELEASE_NOTES TODO
- newdoc scripts/README README.scripts
- use doc && dohtml -r scripts/html
-}