summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2004-11-08 12:43:12 +0000
committerAndrej Kacian <ticho@gentoo.org>2004-11-08 12:43:12 +0000
commit5e96842b62950a956dff112db29e68825d6c0520 (patch)
tree7cf8766d609cf7bdb08d5e4ae453519b5bcafab8 /x11-misc
parentStable on mips, bug #69825 (diff)
downloadhistorical-5e96842b62950a956dff112db29e68825d6c0520.tar.gz
historical-5e96842b62950a956dff112db29e68825d6c0520.tar.bz2
historical-5e96842b62950a956dff112db29e68825d6c0520.zip
Initial import. Closes #50056.
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/glsof/ChangeLog11
-rw-r--r--x11-misc/glsof/Manifest14
-rw-r--r--x11-misc/glsof/files/digest-glsof-0.9.161
-rw-r--r--x11-misc/glsof/glsof-0.9.16.ebuild26
-rw-r--r--x11-misc/glsof/metadata.xml9
5 files changed, 61 insertions, 0 deletions
diff --git a/x11-misc/glsof/ChangeLog b/x11-misc/glsof/ChangeLog
new file mode 100644
index 000000000000..941a01c2056a
--- /dev/null
+++ b/x11-misc/glsof/ChangeLog
@@ -0,0 +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.1 2004/11/08 12:43:12 ticho Exp $
+
+*glsof-0.9.16 (08 Nov 2004)
+
+ 08 Nov 2004; Andrej Kacian <ticho@gentoo.org> +metadata.xml,
+ +glsof-0.9.16.ebuild:
+ Initial import. Closes #50056, ebuild submitted by Sourav Mandal
+ <sourav@sourav.net>.
+
diff --git a/x11-misc/glsof/Manifest b/x11-misc/glsof/Manifest
new file mode 100644
index 000000000000..9b437c635bb7
--- /dev/null
+++ b/x11-misc/glsof/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 ec0fc54f5f89f9e2923a1612c1968889 ChangeLog 407
+MD5 bd9e210457c22384582e7c1394314d3f metadata.xml 250
+MD5 f0971bbb1db9c75d443bdb4ea304cfb7 glsof-0.9.16.ebuild 602
+MD5 6db8152b4888b8a5ed2b8303b9694ccb files/digest-glsof-0.9.16 64
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.2.6 (GNU/Linux)
+
+iD8DBQFBj2np10xuJSrg3/sRAn06AJ9m2KFGh5C1m9YHHXhCJefzOU1r3wCeKG31
+QAeqJXSXonljDX/FV7Aw1+w=
+=2Wr8
+-----END PGP SIGNATURE-----
diff --git a/x11-misc/glsof/files/digest-glsof-0.9.16 b/x11-misc/glsof/files/digest-glsof-0.9.16
new file mode 100644
index 000000000000..0207de7d9e83
--- /dev/null
+++ b/x11-misc/glsof/files/digest-glsof-0.9.16
@@ -0,0 +1 @@
+MD5 5ad5f2a6908be713753d9826c38e3e2c glsof-0.9.16.tar.gz 172852
diff --git a/x11-misc/glsof/glsof-0.9.16.ebuild b/x11-misc/glsof/glsof-0.9.16.ebuild
new file mode 100644
index 000000000000..ebe7bb1ee9e5
--- /dev/null
+++ b/x11-misc/glsof/glsof-0.9.16.ebuild
@@ -0,0 +1,26 @@
+# 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.16.ebuild,v 1.1 2004/11/08 12:43:12 ticho Exp $
+
+inherit base # 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
+ dev-libs/libxml2
+ sys-apps/lsof"
+
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+src_install() {
+ base_src_install
+ dodoc AUTHORS COPYING INSTALL README
+}
diff --git a/x11-misc/glsof/metadata.xml b/x11-misc/glsof/metadata.xml
new file mode 100644
index 000000000000..a88786f496b7
--- /dev/null
+++ b/x11-misc/glsof/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+ <email>ticho@gentoo.org</email>
+ <name>Andrej Kacian</name>
+</maintainer>
+</pkgmetadata>