diff options
author | Sven Wegener <swegener@gentoo.org> | 2004-11-13 17:47:33 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2004-11-13 17:47:33 +0000 |
commit | a2c41dcc7cb9df386d323111fb17810fa7852184 (patch) | |
tree | 951247a3a1f76b752ee892dd6fb3a56ca19544cc /net-irc/irssi | |
parent | wxpy-config.py wasn't being copied. bug# 71043 (Manifest recommit) (diff) | |
download | gentoo-2-a2c41dcc7cb9df386d323111fb17810fa7852184.tar.gz gentoo-2-a2c41dcc7cb9df386d323111fb17810fa7852184.tar.bz2 gentoo-2-a2c41dcc7cb9df386d323111fb17810fa7852184.zip |
Moved all stable KEYWORDS to 0.8.9-r1 to allow the removal of old ebuilds.
Diffstat (limited to 'net-irc/irssi')
-rw-r--r-- | net-irc/irssi/ChangeLog | 8 | ||||
-rw-r--r-- | net-irc/irssi/files/digest-irssi-0.8.6-r6 | 1 | ||||
-rw-r--r-- | net-irc/irssi/files/digest-irssi-0.8.9 | 1 | ||||
-rw-r--r-- | net-irc/irssi/files/irssi-0.8.6-configure.patch | 22 | ||||
-rw-r--r-- | net-irc/irssi/files/irssi-0.8.8-configure.patch | 11 | ||||
-rw-r--r-- | net-irc/irssi/irssi-0.8.10_rc5.ebuild | 4 | ||||
-rw-r--r-- | net-irc/irssi/irssi-0.8.6-r6.ebuild | 81 | ||||
-rw-r--r-- | net-irc/irssi/irssi-0.8.9-r1.ebuild | 31 | ||||
-rw-r--r-- | net-irc/irssi/irssi-0.8.9.ebuild | 78 |
9 files changed, 23 insertions, 214 deletions
diff --git a/net-irc/irssi/ChangeLog b/net-irc/irssi/ChangeLog index 8788c2a14679..b0afaa9f1cbe 100644 --- a/net-irc/irssi/ChangeLog +++ b/net-irc/irssi/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-irc/irssi # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi/ChangeLog,v 1.54 2004/11/08 00:58:44 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi/ChangeLog,v 1.55 2004/11/13 17:47:33 swegener Exp $ + + 13 Nov 2004; Sven Wegener <swegener@gentoo.org> + -files/irssi-0.8.6-configure.patch, -files/irssi-0.8.8-configure.patch, + irssi-0.8.10_rc5.ebuild, -irssi-0.8.6-r6.ebuild, irssi-0.8.9-r1.ebuild, + -irssi-0.8.9.ebuild: + Moved all stable KEYWORDS to 0.8.9-r1 to allow the removal of old ebuilds. 07 Nov 2004; Joshua Kinard <kumba@gentoo.org> irssi-0.8.9-r1.ebuild: Marked stable on mips. diff --git a/net-irc/irssi/files/digest-irssi-0.8.6-r6 b/net-irc/irssi/files/digest-irssi-0.8.6-r6 deleted file mode 100644 index 0ecb65f16bf8..000000000000 --- a/net-irc/irssi/files/digest-irssi-0.8.6-r6 +++ /dev/null @@ -1 +0,0 @@ -MD5 6d66982723e2eb8780ae3b8b3a7ba08d irssi-0.8.6.tar.bz2 746551 diff --git a/net-irc/irssi/files/digest-irssi-0.8.9 b/net-irc/irssi/files/digest-irssi-0.8.9 deleted file mode 100644 index 9d7edc53fea6..000000000000 --- a/net-irc/irssi/files/digest-irssi-0.8.9 +++ /dev/null @@ -1 +0,0 @@ -MD5 6610ee0e27922f447e40828cf7dee507 irssi-0.8.9.tar.bz2 816465 diff --git a/net-irc/irssi/files/irssi-0.8.6-configure.patch b/net-irc/irssi/files/irssi-0.8.6-configure.patch deleted file mode 100644 index b295e5a9d165..000000000000 --- a/net-irc/irssi/files/irssi-0.8.6-configure.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- configure.orig 2003-07-01 03:28:21.000000000 +0000 -+++ configure 2003-07-01 03:28:48.000000000 +0000 -@@ -1983,7 +1983,7 @@ - lt_cv_file_magic_cmd='/usr/bin/file -L' - case "$host_os" in - rhapsody* | darwin1.[012]) -- lt_cv_file_magic_test_file=`echo /System/Library/Frameworks/System.framework/Versions/*/System | head -1` -+ lt_cv_file_magic_test_file=`echo /System/Library/Frameworks/System.framework/Versions/*/System | head -n 1` - ;; - *) # Darwin 1.3 on - lt_cv_file_magic_test_file='/usr/lib/libSystem.dylib' -@@ -9368,8 +9368,8 @@ - echo "$ac_t""$irssi_cv_type_in6_addr" 1>&6 - fi - --VERSION_DATE=`head -1 $srcdir/ChangeLog|sed 's/^\(....\)-\(..\)-\(..\).*/\1\2\3/'` --VERSION_TIME=`head -1 $srcdir/ChangeLog|sed -e 's/^[^ ]* \(..\):\(..\).*/\1\2/' -e 's/^0*//'` -+VERSION_DATE=`head -n 1 $srcdir/ChangeLog|sed 's/^\(....\)-\(..\)-\(..\).*/\1\2\3/'` -+VERSION_TIME=`head -n 1 $srcdir/ChangeLog|sed -e 's/^[^ ]* \(..\):\(..\).*/\1\2/' -e 's/^0*//'` - - - diff --git a/net-irc/irssi/files/irssi-0.8.8-configure.patch b/net-irc/irssi/files/irssi-0.8.8-configure.patch deleted file mode 100644 index ef03aa74a3d2..000000000000 --- a/net-irc/irssi/files/irssi-0.8.8-configure.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- configure~ 2003-11-23 15:26:18.000000000 +0100 -+++ configure 2003-11-23 16:42:54.000000000 +0100 -@@ -1984,7 +1984,7 @@ - lt_cv_file_magic_cmd='/usr/bin/file -L' - case "$host_os" in - rhapsody* | darwin1.[012]) -- lt_cv_file_magic_test_file=`echo /System/Library/Frameworks/System.framework/Versions/*/System | head -1` -+ lt_cv_file_magic_test_file=`echo /System/Library/Frameworks/System.framework/Versions/*/System | head -n 1` - ;; - *) # Darwin 1.3 on - lt_cv_file_magic_test_file='/usr/lib/libSystem.dylib' diff --git a/net-irc/irssi/irssi-0.8.10_rc5.ebuild b/net-irc/irssi/irssi-0.8.10_rc5.ebuild index 69da5185f75e..cbe4e3272e46 100644 --- a/net-irc/irssi/irssi-0.8.10_rc5.ebuild +++ b/net-irc/irssi/irssi-0.8.10_rc5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi/irssi-0.8.10_rc5.ebuild,v 1.4 2004/11/03 06:03:57 kito Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi/irssi-0.8.10_rc5.ebuild,v 1.5 2004/11/13 17:47:33 swegener Exp $ inherit perl-module eutils @@ -81,6 +81,6 @@ src_install() { install || die "make install failed" prepalldocs - dodoc AUTHORS ChangeLog README TODO NEWS + dodoc AUTHORS ChangeLog README TODO NEWS || die "dodoc failed" dohtml -r ${S}/docs/. || die "dohtml failed" } diff --git a/net-irc/irssi/irssi-0.8.6-r6.ebuild b/net-irc/irssi/irssi-0.8.6-r6.ebuild deleted file mode 100644 index 54f4340a7ea3..000000000000 --- a/net-irc/irssi/irssi-0.8.6-r6.ebuild +++ /dev/null @@ -1,81 +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/irssi/irssi-0.8.6-r6.ebuild,v 1.5 2004/07/15 00:31:40 agriffis Exp $ - -IUSE="ipv6 nls perl socks5 ssl" - -inherit perl-module eutils - -DESCRIPTION="A modular textUI IRC client with IPv6 support." -SRC_URI="http://irssi.org/files/${P}.tar.bz2" -HOMEPAGE="http://irssi.org/" - -RDEPEND=">=dev-libs/glib-2.2.1 - sys-libs/ncurses - perl? ( dev-lang/perl ) - ssl? ( dev-libs/openssl ) - !net-irc/irssi-cvs - socks5? ( >=net-misc/dante-1.1.13 )" -DEPEND="${RDEPEND} - >=sys-apps/sed-4 - nls? ( sys-devel/gettext )" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc alpha hppa mips amd64 ia64" - -src_unpack() { - unpack ${A} - - # Ugly hack to work around compression of the html files. - # Remove this if prepalldocs is changed to avoid gzipping html files. - cd ${S} && \ - sed -i \ - -e 's/[^ ]\+\.html//g' docs/Makefile.in || \ - die "sed doc/Makefile.in failed" - - epatch ${FILESDIR}/irssi-0.8.6-configure.patch -} - -src_compile() { - # Note: there is an option to build a GUI for irssi, but according - # to the website the GUI is no longer developed, so that option is - # not used here. - local myconf="--with-glib2 --without-servertest --with-proxy --with-ncurses" - - myconf="${myconf} `use_enable nls`" - myconf="${myconf} `use_with perl`" - myconf="${myconf} `use_enable ipv6`" - myconf="${myconf} `use_with socks5 socks`" - if use ssl; then - myconf="${myconf} --with-openssl-include=/usr --with-openssl-libs=/usr" - else - myconf="${myconf} --disable-ssl" - fi - - econf ${myconf} || die "./configure failed" - emake || die -} - -src_install() { - myflags="" - - if use perl; then - cd ${S}/src/perl/common; perl-module_src_prep - cd ${S}/src/perl/irc; perl-module_src_prep - cd ${S}/src/perl/textui; perl-module_src_prep - cd ${S}/src/perl/ui; perl-module_src_prep - cd ${S} - fi - - make DESTDIR=${D} \ - docdir=/usr/share/doc/${PF} \ - gnulocaledir=${D}/usr/share/locale \ - ${myflags} \ - install || die - - prepalldocs - dodoc AUTHORS ChangeLog README TODO NEWS - cd ${S}/docs - dohtml -r . || die "dohtml failed" -} diff --git a/net-irc/irssi/irssi-0.8.9-r1.ebuild b/net-irc/irssi/irssi-0.8.9-r1.ebuild index e2d07cf1e15b..62fd6a7023dc 100644 --- a/net-irc/irssi/irssi-0.8.9-r1.ebuild +++ b/net-irc/irssi/irssi-0.8.9-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi/irssi-0.8.9-r1.ebuild,v 1.3 2004/11/08 00:58:44 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi/irssi-0.8.9-r1.ebuild,v 1.4 2004/11/13 17:47:33 swegener Exp $ inherit perl-module eutils @@ -10,9 +10,7 @@ SRC_URI="http://irssi.org/files/${P}.tar.bz2" SLOT="0" LICENSE="GPL-2" -# Original KEYWORDS="x86 ppc sparc alpha hppa ~mips amd64 ia64 ppc64 s390" -# All other KEYWORDS were removed because this ebuild only contains an 64-bit arch fix. -KEYWORDS="alpha amd64 ia64 ppc64 mips" +KEYWORDS="x86 ppc sparc alpha hppa mips amd64 ia64 ppc64 s390 arm" IUSE="nls ipv6 perl ssl socks5" RDEPEND="!net-irc/irssi-cvs @@ -59,24 +57,23 @@ src_compile() { } src_install() { - myflags="" - - if use perl; then - cd ${S}/src/perl/common; perl-module_src_prep - cd ${S}/src/perl/irc; perl-module_src_prep - cd ${S}/src/perl/textui; perl-module_src_prep - cd ${S}/src/perl/ui; perl-module_src_prep + if use perl + then + for dir in ${S}/src/perl/{common,irc,textui,ui} + do + cd ${dir} + perl-module_src_prep + done cd ${S} fi - make DESTDIR=${D} \ + make \ + DESTDIR=${D} \ docdir=/usr/share/doc/${PF} \ gnulocaledir=${D}/usr/share/locale \ - ${myflags} \ - install || die + install || die "make install failed" prepalldocs - dodoc AUTHORS ChangeLog README TODO NEWS - cd ${S}/docs - dohtml -r . || die "dohtml failed" + dodoc AUTHORS ChangeLog README TODO NEWS || die "dodoc failed" + dohtml -r ${S}/docs/. || die "dohtml failed" } diff --git a/net-irc/irssi/irssi-0.8.9.ebuild b/net-irc/irssi/irssi-0.8.9.ebuild deleted file mode 100644 index 97ff3fa40599..000000000000 --- a/net-irc/irssi/irssi-0.8.9.ebuild +++ /dev/null @@ -1,78 +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/irssi/irssi-0.8.9.ebuild,v 1.14 2004/11/03 00:26:54 vapier Exp $ - -inherit perl-module - -DESCRIPTION="A modular textUI IRC client with IPv6 support" -HOMEPAGE="http://irssi.org/" -SRC_URI="http://irssi.org/files/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sparc x86" -IUSE="nls ipv6 perl ssl socks5" - -RDEPEND="!net-irc/irssi-cvs - >=dev-libs/glib-2.2.1 - sys-libs/ncurses - ssl? ( dev-libs/openssl ) - perl? ( dev-lang/perl ) - socks5? ( >=net-misc/dante-1.1.13 )" -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext ) - >=sys-apps/sed-4" - -src_unpack() { - unpack ${A} - - # Ugly hack to work around compression of the html files. - # Remove this if prepalldocs is changed to avoid gzipping html files. - cd ${S} && \ - sed -i \ - -e 's/[^ ]\+\.html//g' docs/Makefile.in || \ - die "sed doc/Makefile.in failed" -} - -src_compile() { - # Note: there is an option to build a GUI for irssi, but according - # to the website the GUI is no longer developed, so that option is - # not used here. - local myconf="--with-glib2 --without-servertest --with-proxy --with-ncurses" - - myconf="${myconf} `use_enable nls`" - myconf="${myconf} `use_with perl`" - myconf="${myconf} `use_enable ipv6`" - myconf="${myconf} `use_with socks5 socks`" - if use ssl; then - myconf="${myconf} --with-openssl-include=/usr --with-openssl-libs=/usr" - else - myconf="${myconf} --disable-ssl" - fi - - econf ${myconf} || die "./configure failed" - emake || die -} - -src_install() { - myflags="" - - if use perl; then - cd ${S}/src/perl/common; perl-module_src_prep - cd ${S}/src/perl/irc; perl-module_src_prep - cd ${S}/src/perl/textui; perl-module_src_prep - cd ${S}/src/perl/ui; perl-module_src_prep - cd ${S} - fi - - make DESTDIR=${D} \ - docdir=/usr/share/doc/${PF} \ - gnulocaledir=${D}/usr/share/locale \ - ${myflags} \ - install || die - - prepalldocs - dodoc AUTHORS ChangeLog README TODO NEWS - cd ${S}/docs - dohtml -r . || die "dohtml failed" -} |