summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2004-12-13 22:50:10 +0000
committerAndrej Kacian <ticho@gentoo.org>2004-12-13 22:50:10 +0000
commitb85bcd943a9a077f5323f579987661dfdba3ce52 (patch)
treef869b3a5fe8127fec9fd4497dc104b44c7de7fbd /x11-misc/glsof
parentVersion bump. (Manifest recommit) (diff)
downloadgentoo-2-b85bcd943a9a077f5323f579987661dfdba3ce52.tar.gz
gentoo-2-b85bcd943a9a077f5323f579987661dfdba3ce52.tar.bz2
gentoo-2-b85bcd943a9a077f5323f579987661dfdba3ce52.zip
Version bump.
Diffstat (limited to 'x11-misc/glsof')
-rw-r--r--x11-misc/glsof/ChangeLog7
-rw-r--r--x11-misc/glsof/Manifest12
-rw-r--r--x11-misc/glsof/files/digest-glsof-0.9.171
-rw-r--r--x11-misc/glsof/glsof-0.9.17.ebuild27
4 files changed, 36 insertions, 11 deletions
diff --git a/x11-misc/glsof/ChangeLog b/x11-misc/glsof/ChangeLog
index 21788e1fc5df..14bfbb043861 100644
--- a/x11-misc/glsof/ChangeLog
+++ b/x11-misc/glsof/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-misc/glsof
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/glsof/ChangeLog,v 1.2 2004/12/13 22:33:05 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/glsof/ChangeLog,v 1.3 2004/12/13 22:50:10 ticho Exp $
+
+*glsof-0.9.17 (13 Dec 2004)
+
+ 13 Dec 2004; Andrej Kacian <ticho@gentoo.org> +glsof-0.9.17.ebuild:
+ Version bump. Use gnome2 eclass.
13 Dec 2004; Andrej Kacian <ticho@gentoo.org> glsof-0.9.16.ebuild:
Stable on x86.
diff --git a/x11-misc/glsof/Manifest b/x11-misc/glsof/Manifest
index f5b80e8e6577..6c70bf54ddbd 100644
--- a/x11-misc/glsof/Manifest
+++ b/x11-misc/glsof/Manifest
@@ -1,14 +1,6 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 4c70f4caf0897f5ed060a88e915ec45e ChangeLog 494
+MD5 52e5f9a0e95c28ea5af750d23535b2be glsof-0.9.17.ebuild 507
MD5 bd9e210457c22384582e7c1394314d3f metadata.xml 250
MD5 67cc57886805f79b8302ae5a54597fb9 glsof-0.9.16.ebuild 601
+MD5 389d5f8ca2c9622a1014b827531bd1e6 files/digest-glsof-0.9.17 64
MD5 6db8152b4888b8a5ed2b8303b9694ccb files/digest-glsof-0.9.16 64
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.2.6 (GNU/Linux)
-
-iD8DBQFBvhjDQlM6RnzZP+IRAheYAJ947MJfxet+wx6ocoHepD/HkRkNZgCdGea0
-5BdIf21tdP2vxIM68cANnyk=
-=RsaS
------END PGP SIGNATURE-----
diff --git a/x11-misc/glsof/files/digest-glsof-0.9.17 b/x11-misc/glsof/files/digest-glsof-0.9.17
new file mode 100644
index 000000000000..2819c79085f9
--- /dev/null
+++ b/x11-misc/glsof/files/digest-glsof-0.9.17
@@ -0,0 +1 @@
+MD5 1eb3dafb3929b7cd2ba9cff8643f8689 glsof-0.9.17.tar.gz 206509
diff --git a/x11-misc/glsof/glsof-0.9.17.ebuild b/x11-misc/glsof/glsof-0.9.17.ebuild
new file mode 100644
index 000000000000..ff2adb970fba
--- /dev/null
+++ b/x11-misc/glsof/glsof-0.9.17.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/glsof/glsof-0.9.17.ebuild,v 1.1 2004/12/13 22:50:10 ticho Exp $
+
+inherit gnome2 # Saves us work
+
+DESCRIPTION="GTK+ GUI for LSOF"
+HOMEPAGE="http://glsof.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${PF}.tar.gz"
+LICENSE="GPL-2"
+
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+RDEPEND=">=x11-libs/gtk+-2.3.1
+ >=gnome-base/libgnomeui-2
+ >=gnome-base/libglade-2
+ >=gnome-base/gconf-2
+ >=dev-libs/glib-2
+ dev-libs/libxml2
+ sys-apps/lsof"
+
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+DOCS="AUTHORS COPYING ChangeLog INSTALL README"