summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-05-22 15:58:40 +0000
committerSven Wegener <swegener@gentoo.org>2005-05-22 15:58:40 +0000
commitef363a555f02cfd5165efd46f5d1219a7f6764dc (patch)
tree91cf0a38b0c1eca3ce46605786c6daaba162d79f /net-irc/bitchx
parentBeautified *DEPEND and SRC_URI. (diff)
downloadhistorical-ef363a555f02cfd5165efd46f5d1219a7f6764dc.tar.gz
historical-ef363a555f02cfd5165efd46f5d1219a7f6764dc.tar.bz2
historical-ef363a555f02cfd5165efd46f5d1219a7f6764dc.zip
Beautified *DEPEND and SRC_URI.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'net-irc/bitchx')
-rw-r--r--net-irc/bitchx/Manifest20
-rw-r--r--net-irc/bitchx/bitchx-1.1-r1.ebuild19
-rw-r--r--net-irc/bitchx/bitchx-1.1-r2.ebuild21
3 files changed, 41 insertions, 19 deletions
diff --git a/net-irc/bitchx/Manifest b/net-irc/bitchx/Manifest
index d43bc9f12d6a..833565e3c396 100644
--- a/net-irc/bitchx/Manifest
+++ b/net-irc/bitchx/Manifest
@@ -1,12 +1,22 @@
-MD5 f883a1e1709dc64d73e2a56b7e9b552a bitchx-1.1-r1.ebuild 3417
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 93aa0cdd3be380b0ae38dbbbf6ec99ac bitchx-1.1-r2.ebuild 3625
MD5 b4f02b199b81e2c523fe135ba0fe149d ChangeLog 8475
-MD5 5191b16be936e8a5e046773a466f6993 bitchx-1.1-r2.ebuild 3596
MD5 44c39c6ad372a8e5a5e7ee3311f703a7 metadata.xml 160
-MD5 5d622c032159806be3bfc78640da3eb0 files/BitchX-64bit.patch 1135
+MD5 f50431fc2cebe8422c3cd2c316d41671 bitchx-1.1-r1.ebuild 3437
MD5 9958cd92ed63cd29972e5c3465ab83aa files/digest-bitchx-1.1-r1 73
MD5 9958cd92ed63cd29972e5c3465ab83aa files/digest-bitchx-1.1-r2 73
MD5 cec20e4fc802c01abdd729d89447b3c7 files/fPIC.patch 16020
-MD5 0028e0211e23f927b0c03e6dba3ee8fd files/1.1/bitchx-1.1-freenode.patch 976
-MD5 10a57b14bb58910e1f373fbc1b8b2197 files/1.1/bitchx-1.1-cjk.patch 7050
+MD5 5d622c032159806be3bfc78640da3eb0 files/BitchX-64bit.patch 1135
MD5 95973485a5a745af87c7bdc9fb6ca0c6 files/1.1/bitchx-1.1-gcc34.patch 394
MD5 9230369276af6c8a1cdd7a584927cd47 files/1.1/bitchx-1.1-hebrew.patch 477
+MD5 0028e0211e23f927b0c03e6dba3ee8fd files/1.1/bitchx-1.1-freenode.patch 976
+MD5 10a57b14bb58910e1f373fbc1b8b2197 files/1.1/bitchx-1.1-cjk.patch 7050
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.1 (GNU/Linux)
+
+iD8DBQFCkKxII1lqEGTUzyQRAvysAJ9MZpXG1WJXWQG8v7YfercdFQpJGgCgg3pg
+aRSs10eXWsy1NqN0iJWsjCY=
+=ReON
+-----END PGP SIGNATURE-----
diff --git a/net-irc/bitchx/bitchx-1.1-r1.ebuild b/net-irc/bitchx/bitchx-1.1-r1.ebuild
index ca03aa4c84bb..82bcc0080cb8 100644
--- a/net-irc/bitchx/bitchx-1.1-r1.ebuild
+++ b/net-irc/bitchx/bitchx-1.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.1-r1.ebuild,v 1.5 2005/03/22 18:40:30 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.1-r1.ebuild,v 1.6 2005/05/22 15:58:40 swegener Exp $
inherit flag-o-matic eutils
@@ -19,12 +19,17 @@ DEPEND=">=sys-libs/ncurses-5.1
ssl? ( >=dev-libs/openssl-0.9.6 )
ncurses? ( sys-libs/ncurses )
!arm? (
- xmms? ( media-sound/xmms )
- esd? ( >=media-sound/esound-0.2.5
- >=media-libs/audiofile-0.1.5 )
- gtk? ( =x11-libs/gtk+-1.2*
- >=media-libs/imlib-1.9.10-r1 )
- gnome? ( >=gnome-base/gnome-libs-1.4.1.2-r1 ) )"
+ xmms? ( media-sound/xmms )
+ esd? (
+ >=media-sound/esound-0.2.5
+ >=media-libs/audiofile-0.1.5
+ )
+ gtk? (
+ =x11-libs/gtk+-1.2*
+ >=media-libs/imlib-1.9.10-r1
+ )
+ gnome? ( >=gnome-base/gnome-libs-1.4.1.2-r1 )
+ )"
src_unpack() {
unpack ${MY_P}.tar.gz
diff --git a/net-irc/bitchx/bitchx-1.1-r2.ebuild b/net-irc/bitchx/bitchx-1.1-r2.ebuild
index 4b446b5ce3d1..dbefda147f99 100644
--- a/net-irc/bitchx/bitchx-1.1-r2.ebuild
+++ b/net-irc/bitchx/bitchx-1.1-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.1-r2.ebuild,v 1.4 2005/03/22 18:40:30 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.1-r2.ebuild,v 1.5 2005/05/22 15:58:40 swegener Exp $
inherit flag-o-matic eutils
@@ -19,12 +19,19 @@ DEPEND=">=sys-libs/ncurses-5.1
ssl? ( >=dev-libs/openssl-0.9.6 )
ncurses? ( sys-libs/ncurses )
!arm? (
- xmms? ( media-sound/xmms )
- esd? ( >=media-sound/esound-0.2.5
- >=media-libs/audiofile-0.1.5 )
- !amd64? ( gtk? ( =x11-libs/gtk+-1.2*
- >=media-libs/imlib-1.9.10-r1 ))
- gnome? ( >=gnome-base/gnome-libs-1.4.1.2-r1 ) )"
+ xmms? ( media-sound/xmms )
+ esd? (
+ >=media-sound/esound-0.2.5
+ >=media-libs/audiofile-0.1.5
+ )
+ !amd64? (
+ gtk? (
+ =x11-libs/gtk+-1.2*
+ >=media-libs/imlib-1.9.10-r1
+ )
+ )
+ gnome? ( >=gnome-base/gnome-libs-1.4.1.2-r1 )
+ )"
src_unpack() {
unpack ${MY_P}.tar.gz