summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2004-09-12 15:49:49 +0000
committerSven Wegener <swegener@gentoo.org>2004-09-12 15:49:49 +0000
commit38bae6517504da9096dafd2fc5dc6cd93ac6a3e7 (patch)
tree2ef0dcf92b7cd9c6d5b62286ebc559c89cf2139a /net-irc/xchat-systray
parentMarked ~amd64, resolves #59160 (Manifest recommit) (diff)
downloadgentoo-2-38bae6517504da9096dafd2fc5dc6cd93ac6a3e7.tar.gz
gentoo-2-38bae6517504da9096dafd2fc5dc6cd93ac6a3e7.tar.bz2
gentoo-2-38bae6517504da9096dafd2fc5dc6cd93ac6a3e7.zip
Removed old ebuilds.
Diffstat (limited to 'net-irc/xchat-systray')
-rw-r--r--net-irc/xchat-systray/ChangeLog6
-rw-r--r--net-irc/xchat-systray/files/digest-xchat-systray-2.3.11
-rw-r--r--net-irc/xchat-systray/files/digest-xchat-systray-2.4.01
-rw-r--r--net-irc/xchat-systray/xchat-systray-2.3.1.ebuild41
-rw-r--r--net-irc/xchat-systray/xchat-systray-2.4.0.ebuild41
5 files changed, 5 insertions, 85 deletions
diff --git a/net-irc/xchat-systray/ChangeLog b/net-irc/xchat-systray/ChangeLog
index a253fe6a7638..81b525d8d001 100644
--- a/net-irc/xchat-systray/ChangeLog
+++ b/net-irc/xchat-systray/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-irc/xchat-systray
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-systray/ChangeLog,v 1.15 2004/09/05 13:34:05 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-systray/ChangeLog,v 1.16 2004/09/12 15:49:49 swegener Exp $
+
+ 12 Sep 2004; Sven Wegener <swegener@gentoo.org> -xchat-systray-2.3.1.ebuild,
+ -xchat-systray-2.4.0.ebuild:
+ Removed old ebuilds.
05 Sep 2004; Guy Martin <gmsoft@gentoo.org> xchat-systray-2.4.5-r1.ebuild:
Stable on hppa.
diff --git a/net-irc/xchat-systray/files/digest-xchat-systray-2.3.1 b/net-irc/xchat-systray/files/digest-xchat-systray-2.3.1
deleted file mode 100644
index f7ea591f597f..000000000000
--- a/net-irc/xchat-systray/files/digest-xchat-systray-2.3.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 7e829994bf963f20dccad30f47ca3c8d xchat-systray-plugin_2.3.1.tar.gz 68112
diff --git a/net-irc/xchat-systray/files/digest-xchat-systray-2.4.0 b/net-irc/xchat-systray/files/digest-xchat-systray-2.4.0
deleted file mode 100644
index 2093e9a022a2..000000000000
--- a/net-irc/xchat-systray/files/digest-xchat-systray-2.4.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c6e7e936b643ef5570dce91d40478bcf xchat-systray-integration-2.4.0-src.tar.gz 42250
diff --git a/net-irc/xchat-systray/xchat-systray-2.3.1.ebuild b/net-irc/xchat-systray/xchat-systray-2.3.1.ebuild
deleted file mode 100644
index 8c849ced5ab7..000000000000
--- a/net-irc/xchat-systray/xchat-systray-2.3.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-systray/xchat-systray-2.3.1.ebuild,v 1.8 2004/07/20 23:44:11 swegener Exp $
-
-MY_P=${PN}-plugin_${PV}
-
-DESCRIPTION="KDE/GNOME system tray plugin for X-Chat."
-SRC_URI="http://blight.altervista.org/Downloads/${MY_P}.tar.gz"
-HOMEPAGE="http://blight.altervista.org/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha hppa"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2.0.3
- >=x11-libs/gtk+-2.0.3
- >=net-irc/xchat-2.0.3"
-
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.7
- sys-devel/gettext
- >=sys-apps/sed-4"
-
-S=${WORKDIR}/${MY_P}
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- sed -i -e "s/-O2 -Wall/${CFLAGS}/" Makefile
-}
-
-src_compile() {
- emake -j1 || die "Compile failed"
-}
-
-src_install() {
- exeinto /usr/lib/xchat/plugins
- doexe systray.so
-}
diff --git a/net-irc/xchat-systray/xchat-systray-2.4.0.ebuild b/net-irc/xchat-systray/xchat-systray-2.4.0.ebuild
deleted file mode 100644
index fa96247cad69..000000000000
--- a/net-irc/xchat-systray/xchat-systray-2.4.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-systray/xchat-systray-2.4.0.ebuild,v 1.6 2004/07/24 00:41:15 swegener Exp $
-
-MY_P=${PN}-integration-${PV}
-
-DESCRIPTION="System tray plugin for X-Chat."
-SRC_URI="mirror://sourceforge/xchat2-plugins/${MY_P}-src.tar.gz"
-HOMEPAGE="http://blight.altervista.org/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~ppc ~sparc ~alpha ~hppa"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2.0.3
- >=x11-libs/gtk+-2.0.3
- >=net-irc/xchat-2.0.3"
-
-DEPEND="${RDEPEND}
- sys-devel/gettext
- >=dev-util/pkgconfig-0.7
- >=sys-apps/sed-4"
-
-S=${WORKDIR}/${MY_P}
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- sed -i -e "s/-O2 -Wall/${CFLAGS}/" Makefile
-}
-
-src_compile() {
- emake -j1 || die "Compile failed"
-}
-
-src_install() {
- exeinto /usr/lib/xchat/plugins
- doexe systray.so
-}