summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-07-13 12:44:37 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-07-13 12:44:37 +0000
commit10260702a4501dd233f3fef609032c6b5c272368 (patch)
tree835aaaa30a3f6bf9a13cc847b1eef77b9c886bbb
parentupdate x11-libs/gtkmm to dev-cpp/gtkmm (diff)
downloadhistorical-10260702a4501dd233f3fef609032c6b5c272368.tar.gz
historical-10260702a4501dd233f3fef609032c6b5c272368.tar.bz2
historical-10260702a4501dd233f3fef609032c6b5c272368.zip
cleanup
-rw-r--r--net-irc/lostirc/Manifest4
-rw-r--r--net-irc/lostirc/files/digest-lostirc-0.2.11
-rw-r--r--net-irc/lostirc/files/digest-lostirc-0.2.21
-rw-r--r--net-irc/lostirc/lostirc-0.2.1.ebuild45
-rw-r--r--net-irc/lostirc/lostirc-0.2.2.ebuild21
5 files changed, 0 insertions, 72 deletions
diff --git a/net-irc/lostirc/Manifest b/net-irc/lostirc/Manifest
index fc8061989b6b..abd56e3da444 100644
--- a/net-irc/lostirc/Manifest
+++ b/net-irc/lostirc/Manifest
@@ -1,12 +1,8 @@
MD5 6530fee9d110272f08e7d95eaaffa8c6 ChangeLog 3005
-MD5 9396fcc96385ab5dab30671176a69d34 lostirc-0.2.1.ebuild 872
-MD5 e6a1f0059797eddc50468c8c857cbac9 lostirc-0.2.2.ebuild 618
MD5 e7067104d5517cb6173d174f7350c1d9 lostirc-0.2.3.ebuild 633
MD5 eaa3ad139cb705ce7ab7ee2b6b0c77e1 lostirc-0.2.4.ebuild 634
MD5 5f4db9f57117d471fe8ca0fd77550197 lostirc-0.2.5.ebuild 633
MD5 5689ef339c763eb92c7e6e9e698135e2 lostirc-0.2.6.ebuild 634
-MD5 e138e8c5152942c385b261876f050d0a files/digest-lostirc-0.2.1 65
-MD5 1a9fa20aef7d9a2edefedaffdbd73b70 files/digest-lostirc-0.2.2 65
MD5 6d024fccbfa473f557df28846ad9427a files/digest-lostirc-0.2.3 65
MD5 ec3e532fb997534700e71043a8a39c2a files/digest-lostirc-0.2.4 65
MD5 8ca8907fb49c76d33cac1b2db9d16186 files/digest-lostirc-0.2.5 65
diff --git a/net-irc/lostirc/files/digest-lostirc-0.2.1 b/net-irc/lostirc/files/digest-lostirc-0.2.1
deleted file mode 100644
index 71db37ed46d6..000000000000
--- a/net-irc/lostirc/files/digest-lostirc-0.2.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 2c3ce8c4abe5ad5f0095698e558e6738 lostirc-0.2.1.tar.gz 205119
diff --git a/net-irc/lostirc/files/digest-lostirc-0.2.2 b/net-irc/lostirc/files/digest-lostirc-0.2.2
deleted file mode 100644
index 505f16a7125b..000000000000
--- a/net-irc/lostirc/files/digest-lostirc-0.2.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 495afd316c2e7d314b7af7cc1b48d24b lostirc-0.2.2.tar.gz 208554
diff --git a/net-irc/lostirc/lostirc-0.2.1.ebuild b/net-irc/lostirc/lostirc-0.2.1.ebuild
deleted file mode 100644
index 3339eeb3325d..000000000000
--- a/net-irc/lostirc/lostirc-0.2.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/lostirc/lostirc-0.2.1.ebuild,v 1.4 2003/07/13 12:43:38 mholzer Exp $
-
-IUSE=""
-
-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"
-
-DEPEND=">=dev-cpp/gtkmm-2.0*
- =dev-libs/libsigc++-1.2*"
-
-
-S=${WORKDIR}/${P}
-
-src_compile() {
-
- ./configure \
- --host=${CHOST} \
- --prefix=/usr \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man || die
-
- emake || die
-
-}
-
-src_install () {
-
- make \
- prefix=${D}/usr \
- mandir=${D}/usr/share/man \
- infodir=${D}/usr/share/info \
- install || die
-
- rm ${D}/usr/share/gnome -fr
-
- dodoc AUTHORS ChangeLog COPYING INSTALL README TODO
-
-}
diff --git a/net-irc/lostirc/lostirc-0.2.2.ebuild b/net-irc/lostirc/lostirc-0.2.2.ebuild
deleted file mode 100644
index 2d41f7194d37..000000000000
--- a/net-irc/lostirc/lostirc-0.2.2.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/lostirc/lostirc-0.2.2.ebuild,v 1.6 2003/07/13 12:43:38 mholzer Exp $
-
-inherit base
-
-IUSE=""
-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"
-S=${WORKDIR}/${P}
-DEPEND=">=dev-cpp/gtkmm-2.0*
- =dev-libs/libsigc++-1.2*"
-
-src_install() {
- base_src_install
- dodoc AUTHORS ChangeLog COPYING INSTALL README TODO NEWS
-}