summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2006-10-25 20:47:06 +0000
committerDoug Goldstein <cardoe@gentoo.org>2006-10-25 20:47:06 +0000
commitf35b7db1975855956f9b9c46f752b3e2ec553672 (patch)
tree1d227bc340f2e802f526ffadba1ec179f2afda2a /x11-misc/smeg/smeg-0.7.5.ebuild
parentDropped ppc-macos, see you in prefix. (diff)
downloadgentoo-2-f35b7db1975855956f9b9c46f752b3e2ec553672.tar.gz
gentoo-2-f35b7db1975855956f9b9c46f752b3e2ec553672.tar.bz2
gentoo-2-f35b7db1975855956f9b9c46f752b3e2ec553672.zip
Removing smeg per bug #124079
Diffstat (limited to 'x11-misc/smeg/smeg-0.7.5.ebuild')
-rw-r--r--x11-misc/smeg/smeg-0.7.5.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/x11-misc/smeg/smeg-0.7.5.ebuild b/x11-misc/smeg/smeg-0.7.5.ebuild
deleted file mode 100644
index b600a9f53704..000000000000
--- a/x11-misc/smeg/smeg-0.7.5.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/smeg/smeg-0.7.5.ebuild,v 1.4 2005/07/26 14:53:59 dholm Exp $
-
-DESCRIPTION="Simple Menu Editor for Gnome, written in Python"
-HOMEPAGE="http://www.realistanew.com/projects/smeg/"
-SRC_URI="http://dev.realistanew.com/smeg/${PV}/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="gnome"
-
-DEPEND=">=dev-lang/python-2.4
- >=dev-python/pyxdg-0.14
- gnome? ( >=gnome-base/gnome-menus-2.10.1 )
- >=dev-python/pygtk-2.0"
-
-src_compile() {
- einfo "No compilation necessary"
-}
-
-src_install() {
- python setup.py install --prefix=${D}/usr || die
- insinto /usr/share/applications
- doins smeg-kde.desktop
- doins smeg.desktop
-}