summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2007-05-12 12:55:48 +0000
committerAndrej Kacian <ticho@gentoo.org>2007-05-12 12:55:48 +0000
commit630920fda1b2e28f924af83be87706cb8ab1ef41 (patch)
treed66153229c9509ce2841abf893eb7408255adb6f
parentEbuild cleanup, 1.2 marked stable on x86. (diff)
downloadgentoo-2-630920fda1b2e28f924af83be87706cb8ab1ef41.tar.gz
gentoo-2-630920fda1b2e28f924af83be87706cb8ab1ef41.tar.bz2
gentoo-2-630920fda1b2e28f924af83be87706cb8ab1ef41.zip
0.10.0-pre-alpha4 has been the latest upstream release for quite some time now. Adding it to the tree as _alpha4.
(Portage version: 2.1.2.7)
-rw-r--r--x11-misc/glsof/ChangeLog8
-rw-r--r--x11-misc/glsof/files/digest-glsof-0.10.0_alpha43
-rw-r--r--x11-misc/glsof/glsof-0.10.0_alpha4.ebuild37
3 files changed, 47 insertions, 1 deletions
diff --git a/x11-misc/glsof/ChangeLog b/x11-misc/glsof/ChangeLog
index d5253de1b49b..b8f3c8bf7d76 100644
--- a/x11-misc/glsof/ChangeLog
+++ b/x11-misc/glsof/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-misc/glsof
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/glsof/ChangeLog,v 1.10 2007/02/21 18:52:57 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/glsof/ChangeLog,v 1.11 2007/05/12 12:55:48 ticho Exp $
+
+*glsof-0.10.0_alpha4 (12 May 2007)
+
+ 12 May 2007; Andrej Kacian <ticho@gentoo.org> +glsof-0.10.0_alpha4.ebuild:
+ 0.10.0-pre-alpha4 has been the latest upstream release for quite some time
+ now. Adding it to the tree as _alpha4.
21 Feb 2007; Andrej Kacian <ticho@gentoo.org> -glsof-0.9.16.ebuild:
REALLY remove 0.9.16. I mean it.
diff --git a/x11-misc/glsof/files/digest-glsof-0.10.0_alpha4 b/x11-misc/glsof/files/digest-glsof-0.10.0_alpha4
new file mode 100644
index 000000000000..52ae523938ef
--- /dev/null
+++ b/x11-misc/glsof/files/digest-glsof-0.10.0_alpha4
@@ -0,0 +1,3 @@
+MD5 911a01bdb45da906104ac76994abc7a6 glsof-0.10.0-pre-alpha4.tar.gz 530897
+RMD160 e3a27ac768b657e81d056d46992d3136350c54c1 glsof-0.10.0-pre-alpha4.tar.gz 530897
+SHA256 634cb8dd00dd51eeedbe2dd485b4805b0e25f1b0e454ec4773b28d0b3933a753 glsof-0.10.0-pre-alpha4.tar.gz 530897
diff --git a/x11-misc/glsof/glsof-0.10.0_alpha4.ebuild b/x11-misc/glsof/glsof-0.10.0_alpha4.ebuild
new file mode 100644
index 000000000000..1e531646fca3
--- /dev/null
+++ b/x11-misc/glsof/glsof-0.10.0_alpha4.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/glsof/glsof-0.10.0_alpha4.ebuild,v 1.1 2007/05/12 12:55:48 ticho Exp $
+
+inherit gnome2 # Saves us work
+
+MY_P=${P/_/-pre-}
+DESCRIPTION="GTK+ GUI for LSOF"
+HOMEPAGE="http://glsof.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
+LICENSE="GPL-2"
+
+SLOT="0"
+KEYWORDS="~ppc ~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-process/lsof"
+
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+S="${WORKDIR}/${MY_P}"
+
+src_unpack() {
+ unpack ${A} || die
+ cd ${S}
+ sed -i -e "s:^glsof_LDFLAGS = :glsof_LDFLAGS = -export-dynamic :" \
+ src/Makefile.in
+}
+
+DOCS="AUTHORS COPYING ChangeLog INSTALL README"