summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriele Giorgetti <stroke@gentoo.org>2002-06-09 15:13:33 +0000
committerGabriele Giorgetti <stroke@gentoo.org>2002-06-09 15:13:33 +0000
commit92c6dba41c23f1fb4c8169a4670050923a25b90b (patch)
treef2d2d2dd9ec680d3a004cae0a4e08758a9c84719 /x11-misc/gpasman
parentFixed some doc locations. (diff)
downloadhistorical-92c6dba41c23f1fb4c8169a4670050923a25b90b.tar.gz
historical-92c6dba41c23f1fb4c8169a4670050923a25b90b.tar.bz2
historical-92c6dba41c23f1fb4c8169a4670050923a25b90b.zip
New package.
Diffstat (limited to 'x11-misc/gpasman')
-rw-r--r--x11-misc/gpasman/ChangeLog13
-rw-r--r--x11-misc/gpasman/files/digest-gpasman-1.3.01
-rw-r--r--x11-misc/gpasman/gpasman-1.3.0.ebuild31
3 files changed, 45 insertions, 0 deletions
diff --git a/x11-misc/gpasman/ChangeLog b/x11-misc/gpasman/ChangeLog
new file mode 100644
index 000000000000..942f33474063
--- /dev/null
+++ b/x11-misc/gpasman/ChangeLog
@@ -0,0 +1,13 @@
+# ChangeLog for x11-misc/gpasman
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/gpasman/ChangeLog,v 1.1 2002/06/09 15:13:33 stroke Exp $
+
+*gpasman-1.3.0 (09 Jun 2002)
+
+ 09 Jun 2002; Gabriele Giorgetti <stroke@genie.it> ChangeLog :
+
+ Initial ChangeLog. Added ebuild written by Author Joshua Pollak
+ <josh@offthehill.org>
+
+
+
diff --git a/x11-misc/gpasman/files/digest-gpasman-1.3.0 b/x11-misc/gpasman/files/digest-gpasman-1.3.0
new file mode 100644
index 000000000000..60ea759e9887
--- /dev/null
+++ b/x11-misc/gpasman/files/digest-gpasman-1.3.0
@@ -0,0 +1 @@
+MD5 e50e9b93427cc610067f725d6160c45f gpasman-1.3.0.tar.gz 47097
diff --git a/x11-misc/gpasman/gpasman-1.3.0.ebuild b/x11-misc/gpasman/gpasman-1.3.0.ebuild
new file mode 100644
index 000000000000..f2ed02091b88
--- /dev/null
+++ b/x11-misc/gpasman/gpasman-1.3.0.ebuild
@@ -0,0 +1,31 @@
+# Copyrigth 1999-2000 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/gpasman/gpasman-1.3.0.ebuild,v 1.1 2002/06/09 15:13:33 stroke Exp $
+
+S=${WORKDIR}/${P}
+
+DESCRIPTION="Gpasman: GTK Password manager"
+# This is _NOT_ the offical download site, but the official site
+# seems to not work (ever).
+SRC_URI="http://gpasman.nl.linux.org/${P}.tar.gz"
+HOMEPAGE="http://gpasman.nl.linux.org/"
+LICENSE="GPL-2"
+SLOT="0"
+
+DEPEND="=x11-libs/gtk+-1.2*"
+RDEPEND="${DEPEND}"
+
+
+src_compile() {
+
+ ./configure --prefix=/usr || die "configure failed"
+ emake || die
+
+}
+
+src_install() {
+
+ mkdir -p ${D}/usr/bin
+ emake prefix=${D}/usr install
+
+}