summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-08-18 01:11:58 +0000
committerSven Wegener <swegener@gentoo.org>2005-08-18 01:11:58 +0000
commiteda3c763b8707d02eb6de1366058fe56244827e5 (patch)
tree466e74e412f442509a5d5a6d9afa4b3b8d88a778 /net-irc/scrollz
parentAdding every languages packs available. Fixes bug #102795. (diff)
downloadgentoo-2-eda3c763b8707d02eb6de1366058fe56244827e5.tar.gz
gentoo-2-eda3c763b8707d02eb6de1366058fe56244827e5.tar.bz2
gentoo-2-eda3c763b8707d02eb6de1366058fe56244827e5.zip
Removed old ebuilds.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-irc/scrollz')
-rw-r--r--net-irc/scrollz/ChangeLog6
-rw-r--r--net-irc/scrollz/files/digest-scrollz-1.9.31
-rw-r--r--net-irc/scrollz/files/digest-scrollz-1.9.4-r11
-rw-r--r--net-irc/scrollz/scrollz-1.9.3.ebuild39
-rw-r--r--net-irc/scrollz/scrollz-1.9.4-r1.ebuild39
5 files changed, 5 insertions, 81 deletions
diff --git a/net-irc/scrollz/ChangeLog b/net-irc/scrollz/ChangeLog
index 85f8706aeae7..435bf7ed2e18 100644
--- a/net-irc/scrollz/ChangeLog
+++ b/net-irc/scrollz/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-irc/scrollz
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/scrollz/ChangeLog,v 1.19 2005/08/15 03:05:19 metalgod Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/scrollz/ChangeLog,v 1.20 2005/08/18 01:11:58 swegener Exp $
+
+ 18 Aug 2005; Sven Wegener <swegener@gentoo.org> -scrollz-1.9.3.ebuild,
+ -scrollz-1.9.4-r1.ebuild:
+ Removed old ebuilds.
15 Aug 2005; Luis Medinas <metalgod@gentoo.org> scrollz-1.9.5.ebuild:
Marked Stable on AMD64.
diff --git a/net-irc/scrollz/files/digest-scrollz-1.9.3 b/net-irc/scrollz/files/digest-scrollz-1.9.3
deleted file mode 100644
index 6639d328c229..000000000000
--- a/net-irc/scrollz/files/digest-scrollz-1.9.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b545f73d380981448bd84b0284976680 ScrollZ-1.9.3.tar.gz 890950
diff --git a/net-irc/scrollz/files/digest-scrollz-1.9.4-r1 b/net-irc/scrollz/files/digest-scrollz-1.9.4-r1
deleted file mode 100644
index 51797138348d..000000000000
--- a/net-irc/scrollz/files/digest-scrollz-1.9.4-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d9437e8f174dee35dc2a6d6c4730563c ScrollZ-1.9.4.tar.gz 903640
diff --git a/net-irc/scrollz/scrollz-1.9.3.ebuild b/net-irc/scrollz/scrollz-1.9.3.ebuild
deleted file mode 100644
index 2c3c1c8ce0fa..000000000000
--- a/net-irc/scrollz/scrollz-1.9.3.ebuild
+++ /dev/null
@@ -1,39 +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/scrollz/scrollz-1.9.3.ebuild,v 1.6 2005/01/01 08:09:37 swegener Exp $
-
-MY_P=ScrollZ-${PV}
-
-DESCRIPTION="Advanced IRC client based on ircII"
-SRC_URI="ftp://ftp.scrollz.com/pub/ScrollZ/source/${MY_P}.tar.gz"
-HOMEPAGE="http://www.scrollz.com/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~ia64 amd64 ~ppc"
-IUSE="ipv6 socks5 ssl"
-
-DEPEND="virtual/libc
- ssl? ( dev-libs/openssl )"
-
-S=${WORKDIR}/${MY_P}
-
-src_compile() {
- econf \
- --with-default-server=irc.freenode.net \
- `use_enable ipv6` \
- `use_enable socks5` \
- `use_with ssl` \
- || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- einstall \
- sharedir=${D}/usr/share \
- mandir=${D}/usr/share/man/man1 \
- install \
- || die "einstall failed"
- chmod 644 ${D}/usr/share/man/man1/scrollz.1
- dodoc README.ScrollZ ChangeLog* README* todo
-}
diff --git a/net-irc/scrollz/scrollz-1.9.4-r1.ebuild b/net-irc/scrollz/scrollz-1.9.4-r1.ebuild
deleted file mode 100644
index 0667be4a212c..000000000000
--- a/net-irc/scrollz/scrollz-1.9.4-r1.ebuild
+++ /dev/null
@@ -1,39 +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/scrollz/scrollz-1.9.4-r1.ebuild,v 1.4 2005/04/07 16:42:08 blubb Exp $
-
-MY_P=ScrollZ-${PV}
-
-DESCRIPTION="Advanced IRC client based on ircII"
-SRC_URI="ftp://ftp.scrollz.com/pub/ScrollZ/source/${MY_P}.tar.gz"
-HOMEPAGE="http://www.scrollz.com/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~ia64 amd64 ~ppc"
-IUSE="ipv6 socks5 ssl"
-
-DEPEND="virtual/libc
- ssl? ( dev-libs/openssl )"
-
-S=${WORKDIR}/${MY_P}
-
-src_compile() {
- econf \
- --with-default-server=irc.freenode.net \
- $(use_enable ipv6) \
- $(use_enable socks5) \
- $(use_with ssl) \
- || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- dodir /usr/share/man/man1
- einstall \
- sharedir=${D}/usr/share \
- mandir=${D}/usr/share/man/man1 \
- install \
- || die "einstall failed"
- dodoc ChangeLog* README* || die "dodoc failed"
-}