summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2007-02-09 20:20:38 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2007-02-09 20:20:38 +0000
commita83cf85e95e0d29eccaf3202942ef64f66407d2d (patch)
treeb8bfd8529594a6782a8f2fd6dbecb1b78416fe64 /x11-misc/gpasman/gpasman-1.3.1.ebuild
parentStable on sparc (diff)
downloadgentoo-2-a83cf85e95e0d29eccaf3202942ef64f66407d2d.tar.gz
gentoo-2-a83cf85e95e0d29eccaf3202942ef64f66407d2d.tar.bz2
gentoo-2-a83cf85e95e0d29eccaf3202942ef64f66407d2d.zip
Remove gpasman.
Diffstat (limited to 'x11-misc/gpasman/gpasman-1.3.1.ebuild')
-rw-r--r--x11-misc/gpasman/gpasman-1.3.1.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/x11-misc/gpasman/gpasman-1.3.1.ebuild b/x11-misc/gpasman/gpasman-1.3.1.ebuild
deleted file mode 100644
index 254e4316f4d5..000000000000
--- a/x11-misc/gpasman/gpasman-1.3.1.ebuild
+++ /dev/null
@@ -1,21 +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/gpasman/gpasman-1.3.1.ebuild,v 1.6 2005/06/19 19:42:27 weeve Exp $
-
-DESCRIPTION="Gpasman: GTK Password manager"
-SRC_URI="http://gpasman.sourceforge.net/files/${P}.tar.gz"
-HOMEPAGE="http://gpasman.sourceforge.net"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ppc -sparc x86"
-IUSE=""
-
-DEPEND="=x11-libs/gtk+-1.2*"
-
-src_install() {
- dodir /usr/bin
- emake prefix=${D}/usr install
-
- dodoc ChangeLog AUTHORS README BUGS NEWS
-}