diff options
author | Guillaume Destuynder <kang@gentoo.org> | 2005-09-23 21:28:15 +0000 |
---|---|---|
committer | Guillaume Destuynder <kang@gentoo.org> | 2005-09-23 21:28:15 +0000 |
commit | faa4cbff00b0d544bf99c908b80691f8d46ba5af (patch) | |
tree | ab6f8514ebdf8ed0f866c69a7083fc77c6eed620 /net-p2p | |
parent | new patch = new version (diff) | |
download | gentoo-2-faa4cbff00b0d544bf99c908b80691f8d46ba5af.tar.gz gentoo-2-faa4cbff00b0d544bf99c908b80691f8d46ba5af.tar.bz2 gentoo-2-faa4cbff00b0d544bf99c908b80691f8d46ba5af.zip |
Removed old gtkhx 0.9.3 ebuild (cleanup)
(Portage version: 2.0.52-r1)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/gtkhx/ChangeLog | 7 | ||||
-rw-r--r-- | net-p2p/gtkhx/files/digest-gtkhx-0.9.3 | 1 | ||||
-rw-r--r-- | net-p2p/gtkhx/gtkhx-0.9.3.ebuild | 22 |
3 files changed, 5 insertions, 25 deletions
diff --git a/net-p2p/gtkhx/ChangeLog b/net-p2p/gtkhx/ChangeLog index eedd4d20b781..436fb9093d9f 100644 --- a/net-p2p/gtkhx/ChangeLog +++ b/net-p2p/gtkhx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/gtkhx -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gtkhx/ChangeLog,v 1.7 2004/06/25 00:33:36 agriffis Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gtkhx/ChangeLog,v 1.8 2005/09/23 21:28:15 kang Exp $ + + 23 Sep 2005; Guillaume Destuynder <kang@gentoo.org> -gtkhx-0.9.3.ebuild: + Removed old gtkhx 0.9.3 ebuild. 19 Jun 2004; Guillaume Destuynder <kang@gentoo.org> gtk-0.9.3.ebuild, gtk-0.9.4.ebuild: diff --git a/net-p2p/gtkhx/files/digest-gtkhx-0.9.3 b/net-p2p/gtkhx/files/digest-gtkhx-0.9.3 deleted file mode 100644 index 2735dec0ebb8..000000000000 --- a/net-p2p/gtkhx/files/digest-gtkhx-0.9.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 3ba38e64b5040b0b615087e1ef5d18fd gtkhx-0.9.3.tar.gz 562708 diff --git a/net-p2p/gtkhx/gtkhx-0.9.3.ebuild b/net-p2p/gtkhx/gtkhx-0.9.3.ebuild deleted file mode 100644 index dfd9fc6e0163..000000000000 --- a/net-p2p/gtkhx/gtkhx-0.9.3.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gtkhx/gtkhx-0.9.3.ebuild,v 1.12 2005/07/10 20:03:31 swegener Exp $ - -DESCRIPTION="a GTK+ Hotline Client based off of Hx" -SRC_URI="http://gtkhx.sourceforge.net/files/${P}.tar.gz" -HOMEPAGE="http://gtkhx.sourceforge.net/index.html" - -DEPEND="=x11-libs/gtk+-1.2*" -RDEPEND="${DEPEND}" - -IUSE="" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ppc" - -src_install () { - - einstall || die - dohtml -r doc - dodoc doc/AUTHORS COPYING ChangeLog INSTALL NEWS README TODO -} |