summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/xdg-utils/xdg-utils-1.0.ebuild')
-rw-r--r--x11-misc/xdg-utils/xdg-utils-1.0.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/x11-misc/xdg-utils/xdg-utils-1.0.ebuild b/x11-misc/xdg-utils/xdg-utils-1.0.ebuild
deleted file mode 100644
index 0356ef1b4ab2..000000000000
--- a/x11-misc/xdg-utils/xdg-utils-1.0.ebuild
+++ /dev/null
@@ -1,26 +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.ebuild,v 1.11 2007/03/29 14:30:09 wolf31o2 Exp $
-
-MY_P="${P/_}"
-
-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/${MY_P}.tgz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
-IUSE=""
-
-RESTRICT="test"
-
-DEPEND=""
-RDEPEND="x11-apps/xprop"
-
-S="${WORKDIR}/${MY_P}"
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc README TODO
-}