diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2005-12-07 12:30:16 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2005-12-07 12:30:16 +0000 |
commit | 871404ae0a78bedb1ac22f9c6721c4be8fdca7ae (patch) | |
tree | 49a42704cd3e1b610604d2a6b402976a2bb4c81f /media-sound/bmpx | |
parent | Fix libdir in pkgconfig file on multilib systems. (diff) | |
download | historical-871404ae0a78bedb1ac22f9c6721c4be8fdca7ae.tar.gz historical-871404ae0a78bedb1ac22f9c6721c4be8fdca7ae.tar.bz2 historical-871404ae0a78bedb1ac22f9c6721c4be8fdca7ae.zip |
Add xchat-gnome as xchat provider, bug #112191.
Package-Manager: portage-2.0.53
Diffstat (limited to 'media-sound/bmpx')
-rw-r--r-- | media-sound/bmpx/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/bmpx/Manifest | 10 | ||||
-rw-r--r-- | media-sound/bmpx/bmpx-0.12.9-r1.ebuild | 4 |
3 files changed, 11 insertions, 8 deletions
diff --git a/media-sound/bmpx/ChangeLog b/media-sound/bmpx/ChangeLog index e80eceafc0d6..4521802bfa60 100644 --- a/media-sound/bmpx/ChangeLog +++ b/media-sound/bmpx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/bmpx # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/bmpx/ChangeLog,v 1.22 2005/12/02 13:01:42 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/bmpx/ChangeLog,v 1.23 2005/12/07 12:30:16 azarah Exp $ + + 07 Dec 2005; Martin Schlemmer <azarah@gentoo.org> bmpx-0.12.9-r1.ebuild: + Add xchat-gnome as xchat provider, bug #112191. *bmpx-0.12.9-r1 (02 Dec 2005) diff --git a/media-sound/bmpx/Manifest b/media-sound/bmpx/Manifest index 041dec3347cd..7aa62a15c242 100644 --- a/media-sound/bmpx/Manifest +++ b/media-sound/bmpx/Manifest @@ -1,9 +1,9 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 5bc653e8cd11bc200942d558e50ee3a2 ChangeLog 3383 +MD5 f89b74eeb5ab253be0b6bdfc3e80ed69 ChangeLog 3509 MD5 94b783350318bde8ad524625dc572691 bmpx-0.12.6.1.ebuild 2451 -MD5 ed546f61fc7a98e5106a945b732e9add bmpx-0.12.9-r1.ebuild 2659 +MD5 ac4daed6951785a849512ca43f0e4533 bmpx-0.12.9-r1.ebuild 2692 MD5 a6646d14356e8efbd338fc046c24aa94 bmpx-0.12.9.ebuild 2615 MD5 00c0df8ecca35f227152aef1b0d7ccb5 files/bmpx-0.12.9-libtoolize-static-libs.patch 1753 MD5 dc568e7c4ffcaf55d085e79c3cf0ca52 files/bmpx-0.12.9-no-config.patch 299 @@ -15,7 +15,7 @@ MD5 b612d343db3c54560665171eb7db245c metadata.xml 223 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFDkEbm1ZcsMnZjRyIRAmviAJ4r30bXcqJU8GoScypNEWmJ6pPb+gCgjMVQ -9cZCt7UOo5dht12zbaw2XSM= -=wbDe +iD8DBQFDltca1ZcsMnZjRyIRAl3rAKCyJ1bvKdYEVpFN5GX58psQAgvfzgCeMh7L +mBrYQUW/IloYp+xzN8aryjM= +=1ET8 -----END PGP SIGNATURE----- diff --git a/media-sound/bmpx/bmpx-0.12.9-r1.ebuild b/media-sound/bmpx/bmpx-0.12.9-r1.ebuild index f9936718bcd3..b77597430caa 100644 --- a/media-sound/bmpx/bmpx-0.12.9-r1.ebuild +++ b/media-sound/bmpx/bmpx-0.12.9-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/media-sound/bmpx/bmpx-0.12.9-r1.ebuild,v 1.1 2005/12/02 13:01:42 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/bmpx/bmpx-0.12.9-r1.ebuild,v 1.2 2005/12/07 12:30:16 azarah Exp $ inherit gnome2 autotools eutils @@ -28,7 +28,7 @@ RDEPEND=">=dev-libs/glib-2.8.0 perl? ( dev-lang/perl ) python? ( dev-lang/python >=dev-python/pygtk-2.8 ) irssi? ( >=net-irc/irssi-0.8.9 ) - xchat? ( >=net-irc/xchat-2.4.1 ) + xchat? ( || ( >=net-irc/xchat-2.4.1 >=net-irc/xchat-gnome-0.6 ) ) virtual/fam net-misc/curl >=media-libs/xine-lib-1.0.1" |