summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2004-10-17 01:25:08 +0000
committerSven Wegener <swegener@gentoo.org>2004-10-17 01:25:08 +0000
commit1f96d3bcf960562032b3ddfecba1a1562872eea7 (patch)
tree577f6523a3b66d42fa01a8b89e60a817f83834a5 /net-irc
parentRemoved old ebuilds and files. (Manifest recommit) (diff)
downloadgentoo-2-1f96d3bcf960562032b3ddfecba1a1562872eea7.tar.gz
gentoo-2-1f96d3bcf960562032b3ddfecba1a1562872eea7.tar.bz2
gentoo-2-1f96d3bcf960562032b3ddfecba1a1562872eea7.zip
Removed old ebuilds.
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/lostirc/ChangeLog6
-rw-r--r--net-irc/lostirc/files/digest-lostirc-0.3.21
-rw-r--r--net-irc/lostirc/files/digest-lostirc-0.4.01
-rw-r--r--net-irc/lostirc/files/digest-lostirc-0.4.11
-rw-r--r--net-irc/lostirc/lostirc-0.3.2.ebuild31
-rw-r--r--net-irc/lostirc/lostirc-0.4.0.ebuild33
-rw-r--r--net-irc/lostirc/lostirc-0.4.1.ebuild33
7 files changed, 5 insertions, 101 deletions
diff --git a/net-irc/lostirc/ChangeLog b/net-irc/lostirc/ChangeLog
index c807f3f8bd9b..0f68941a6584 100644
--- a/net-irc/lostirc/ChangeLog
+++ b/net-irc/lostirc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-irc/lostirc
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/lostirc/ChangeLog,v 1.29 2004/10/16 13:39:26 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/lostirc/ChangeLog,v 1.30 2004/10/17 01:25:08 swegener Exp $
+
+ 17 Oct 2004; Sven Wegener <swegener@gentoo.org> -lostirc-0.3.2.ebuild,
+ -lostirc-0.4.0.ebuild, -lostirc-0.4.1.ebuild:
+ Removed old ebuilds.
16 Oct 2004; Sven Wegener <swegener@gentoo.org> lostirc-0.3.3.ebuild:
Updated dependencies. Thanks to Antonio <netbix@tiscali.it> in bug #67775.
diff --git a/net-irc/lostirc/files/digest-lostirc-0.3.2 b/net-irc/lostirc/files/digest-lostirc-0.3.2
deleted file mode 100644
index b9afb6bd999a..000000000000
--- a/net-irc/lostirc/files/digest-lostirc-0.3.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 551f5c344b14b1fdd8f9f54792a69afc lostirc-0.3.2.tar.gz 557774
diff --git a/net-irc/lostirc/files/digest-lostirc-0.4.0 b/net-irc/lostirc/files/digest-lostirc-0.4.0
deleted file mode 100644
index 7f9c0c6fc1fc..000000000000
--- a/net-irc/lostirc/files/digest-lostirc-0.4.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 fb266b5ac74dd0d19664b39576686bc7 lostirc-0.4.0.tar.gz 619503
diff --git a/net-irc/lostirc/files/digest-lostirc-0.4.1 b/net-irc/lostirc/files/digest-lostirc-0.4.1
deleted file mode 100644
index ae539b69ce86..000000000000
--- a/net-irc/lostirc/files/digest-lostirc-0.4.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 552746df0f38a0fc36e2c5a34afd11b9 lostirc-0.4.1.tar.gz 628885
diff --git a/net-irc/lostirc/lostirc-0.3.2.ebuild b/net-irc/lostirc/lostirc-0.3.2.ebuild
deleted file mode 100644
index 6f3a421d2a34..000000000000
--- a/net-irc/lostirc/lostirc-0.3.2.ebuild
+++ /dev/null
@@ -1,31 +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/lostirc/lostirc-0.3.2.ebuild,v 1.6 2004/10/15 20:31:18 swegener Exp $
-
-inherit base
-
-IUSE="kde gnome"
-DESCRIPTION="A simple but functional graphical IRC client"
-HOMEPAGE="http://lostirc.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ppc"
-DEPEND=">=sys-apps/sed-4*
- >=dev-cpp/gtkmm-2.0
- >=dev-libs/libsigc++-1.2"
-
-src_compile() {
- # patch po/Makefile.in.in
- sed -i -r 's:(^mkinstalldirs = ).*:\1$(MKINSTALLDIRS):' po/Makefile.in.in || die
- local myconf=""
- myconf="${myconf} `use_with gnome`"
- myconf="${myconf} `use_with kde`"
- econf ${myconf} || die
- base_src_compile make
-}
-
-src_install() {
- base_src_install
- dodoc AUTHORS ChangeLog COPYING INSTALL README TODO NEWS
-}
diff --git a/net-irc/lostirc/lostirc-0.4.0.ebuild b/net-irc/lostirc/lostirc-0.4.0.ebuild
deleted file mode 100644
index 494ca7591cda..000000000000
--- a/net-irc/lostirc/lostirc-0.4.0.ebuild
+++ /dev/null
@@ -1,33 +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/lostirc/lostirc-0.4.0.ebuild,v 1.4 2004/10/15 20:31:18 swegener Exp $
-
-inherit base
-
-IUSE="kde gnome debug"
-DESCRIPTION="A simple but functional graphical IRC client"
-HOMEPAGE="http://lostirc.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc ~amd64 ~sparc"
-
-RDEPEND="=dev-cpp/gtkmm-2.4*
- =dev-cpp/glibmm-2.4*
- =dev-libs/libsigc++-2.0*"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-src_compile() {
- econf \
- `use_with gnome` \
- `use_with kde` \
- `use_enable debug logdebug` \
- || die "econf failed"
- base_src_compile make
-}
-
-src_install() {
- base_src_install
- dodoc AUTHORS ChangeLog README TODO NEWS || die "dodoc failed"
-}
diff --git a/net-irc/lostirc/lostirc-0.4.1.ebuild b/net-irc/lostirc/lostirc-0.4.1.ebuild
deleted file mode 100644
index 27f3775a69b6..000000000000
--- a/net-irc/lostirc/lostirc-0.4.1.ebuild
+++ /dev/null
@@ -1,33 +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/lostirc/lostirc-0.4.1.ebuild,v 1.2 2004/10/15 20:31:18 swegener Exp $
-
-inherit base
-
-IUSE="kde gnome debug"
-DESCRIPTION="A simple but functional graphical IRC client"
-HOMEPAGE="http://lostirc.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc ~amd64 ~sparc"
-
-RDEPEND="=dev-cpp/gtkmm-2.4*
- >=dev-cpp/glibmm-2.4.4
- =dev-libs/libsigc++-2.0*"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-src_compile() {
- econf \
- $(use_with gnome) \
- $(use_with kde) \
- $(use_enable debug logdebug) \
- || die "econf failed"
- base_src_compile make
-}
-
-src_install() {
- base_src_install
- dodoc AUTHORS ChangeLog README TODO NEWS || die "dodoc failed"
-}