summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-03-27 20:47:40 +0000
committerSven Wegener <swegener@gentoo.org>2005-03-27 20:47:40 +0000
commit03dd1c0620fca3f5c1f8bd7d01e4d7302edbfefe (patch)
tree8ac54000426654e22a23db75e0545b73821b0174 /net-irc
parentStable on SPARC wrt security bug #86718. (diff)
downloadhistorical-03dd1c0620fca3f5c1f8bd7d01e4d7302edbfefe.tar.gz
historical-03dd1c0620fca3f5c1f8bd7d01e4d7302edbfefe.tar.bz2
historical-03dd1c0620fca3f5c1f8bd7d01e4d7302edbfefe.zip
Removed old ebuild.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/lostirc/ChangeLog5
-rw-r--r--net-irc/lostirc/Manifest12
-rw-r--r--net-irc/lostirc/files/digest-lostirc-0.3.31
-rw-r--r--net-irc/lostirc/lostirc-0.3.3.ebuild31
4 files changed, 9 insertions, 40 deletions
diff --git a/net-irc/lostirc/ChangeLog b/net-irc/lostirc/ChangeLog
index 14c2978c7d64..0ef23144417d 100644
--- a/net-irc/lostirc/ChangeLog
+++ b/net-irc/lostirc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-irc/lostirc
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/lostirc/ChangeLog,v 1.36 2005/03/20 16:01:58 luckyduck Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/lostirc/ChangeLog,v 1.37 2005/03/27 20:47:40 swegener Exp $
+
+ 27 Mar 2005; Sven Wegener <swegener@gentoo.org> -lostirc-0.3.3.ebuild:
+ Removed old ebuild.
20 Mar 2005; Jan Brinkmann <luckyduck@gentoo.org> lostirc-0.4.4.ebuild:
stable on amd64 wrt #65804
diff --git a/net-irc/lostirc/Manifest b/net-irc/lostirc/Manifest
index 6fb7f8ecb88a..1e8eb3ff382e 100644
--- a/net-irc/lostirc/Manifest
+++ b/net-irc/lostirc/Manifest
@@ -2,15 +2,13 @@
Hash: SHA1
MD5 d6a1bade2344e2f6147b5fa8321cd369 lostirc-0.4.4.ebuild 1005
-MD5 6d9f2f2608a36a19c07fd0875cc35e20 lostirc-0.3.3.ebuild 898
-MD5 e7829f96adff2bd9e905864fa2c88b33 ChangeLog 7115
+MD5 c74cce6f3f07f7021021539b72591d41 ChangeLog 7210
MD5 44c39c6ad372a8e5a5e7ee3311f703a7 metadata.xml 160
-MD5 62b3f1c905921567201c5bc240b16bdc files/digest-lostirc-0.3.3 65
MD5 8f3731faefb20f5e822332fbfc31ee8b files/digest-lostirc-0.4.4 65
-----BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.0 (GNU/Linux)
+Version: GnuPG v1.4.1 (GNU/Linux)
-iD8DBQFCPZ5+06ebR+OMO78RAi13AJ0edw/1I9+dY7YM+wV59iVk24u1igCfYQgT
-NQ5MUjCOGOG9eAh/mLcEI/g=
-=7att
+iD8DBQFCRxwFI1lqEGTUzyQRAhl7AJsEKAleX3zv3gRzVRhGPnA1wxGTGgCfYsgW
+aOn+9/rEMZGwIthxUJmXTAk=
+=WtCV
-----END PGP SIGNATURE-----
diff --git a/net-irc/lostirc/files/digest-lostirc-0.3.3 b/net-irc/lostirc/files/digest-lostirc-0.3.3
deleted file mode 100644
index 022b0bf904c5..000000000000
--- a/net-irc/lostirc/files/digest-lostirc-0.3.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 841397bbbc9531c23ae0547dbc2ad6c2 lostirc-0.3.3.tar.gz 558227
diff --git a/net-irc/lostirc/lostirc-0.3.3.ebuild b/net-irc/lostirc/lostirc-0.3.3.ebuild
deleted file mode 100644
index 6e2f0ed54378..000000000000
--- a/net-irc/lostirc/lostirc-0.3.3.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/lostirc/lostirc-0.3.3.ebuild,v 1.11 2005/02/04 17:28:47 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 ~amd64 ~sparc"
-DEPEND=">=sys-apps/sed-4*
- >=dev-cpp/gtkmm-2.2.11
- >=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
-}