diff options
Diffstat (limited to 'media-sound/psmix/psmix-2.ebuild')
-rw-r--r-- | media-sound/psmix/psmix-2.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/media-sound/psmix/psmix-2.ebuild b/media-sound/psmix/psmix-2.ebuild deleted file mode 100644 index a4f8b8ff285e..000000000000 --- a/media-sound/psmix/psmix-2.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/psmix/psmix-2.ebuild,v 1.11 2005/07/25 19:06:44 dholm Exp $ - -IUSE="" - -MY_P=${P/-/} -S=${WORKDIR}/${MY_P} - -DESCRIPTION="A GTK audio mixer that can save state and window position." -SRC_URI="http://www.geocities.com/pssoft7/${MY_P}.tgz" -HOMEPAGE="http://www.geocities.com/pssoft7/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="amd64 ~ppc sparc x86" - -DEPEND="x11-libs/gtk+ - sys-libs/gdbm" - -src_compile() { - make clean - emake || die -} - -src_install () { - dobin psmix2 -} |