diff options
author | Markus Nigbur <pyrania@gentoo.org> | 2004-01-04 02:12:39 +0000 |
---|---|---|
committer | Markus Nigbur <pyrania@gentoo.org> | 2004-01-04 02:12:39 +0000 |
commit | 26352ea3728b3f695b0f46c9bac5902ef699f101 (patch) | |
tree | 97cfef9ec4cc5558d0f2eabff4d9fdccf26a373b /net-irc | |
parent | Version bump, header update and ebuild cleanups. (diff) | |
download | historical-26352ea3728b3f695b0f46c9bac5902ef699f101.tar.gz historical-26352ea3728b3f695b0f46c9bac5902ef699f101.tar.bz2 historical-26352ea3728b3f695b0f46c9bac5902ef699f101.zip |
Version bump, header update and ebuild cleanups.
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/xchat-systray/Manifest | 6 | ||||
-rw-r--r-- | net-irc/xchat-systray/files/digest-xchat-systray-2.4.0 | 1 | ||||
-rw-r--r-- | net-irc/xchat-systray/xchat-systray-2.3.1.ebuild | 4 | ||||
-rw-r--r-- | net-irc/xchat-systray/xchat-systray-2.4.0.ebuild | 29 |
4 files changed, 35 insertions, 5 deletions
diff --git a/net-irc/xchat-systray/Manifest b/net-irc/xchat-systray/Manifest index c5ee9f6b8348..9380e5c5537d 100644 --- a/net-irc/xchat-systray/Manifest +++ b/net-irc/xchat-systray/Manifest @@ -1,6 +1,6 @@ -MD5 3ef74d75c30f74aa1008547b78f9c325 xchat-systray-2.3.1.ebuild 791 -MD5 923f59d1fac9e6f3e6b8ac0a2090e978 xchat-systray-2.4.0.ebuild 772 -MD5 e2d8abc7826b72227a8937c4f684dbca ChangeLog 458 +MD5 f2901a82c96ee9d21ba6ab24ece4f1f0 xchat-systray-2.3.1.ebuild 790 +MD5 335a16d1246544445b802796c7204ccf xchat-systray-2.4.0.ebuild 766 +MD5 b38e1b9fb4cee1a7fff6ef6528a76ad9 ChangeLog 655 MD5 5d0c50012374761745d511ea0ff0fbb5 metadata.xml 195 MD5 9a65d335f20aacff5764eae11d496abc files/digest-xchat-systray-2.3.1 77 MD5 1a8c5c044d17c5ce8aa84c24f8ca3978 files/digest-xchat-systray-2.4.0 86 diff --git a/net-irc/xchat-systray/files/digest-xchat-systray-2.4.0 b/net-irc/xchat-systray/files/digest-xchat-systray-2.4.0 new file mode 100644 index 000000000000..2093e9a022a2 --- /dev/null +++ b/net-irc/xchat-systray/files/digest-xchat-systray-2.4.0 @@ -0,0 +1 @@ +MD5 c6e7e936b643ef5570dce91d40478bcf xchat-systray-integration-2.4.0-src.tar.gz 42250 diff --git a/net-irc/xchat-systray/xchat-systray-2.3.1.ebuild b/net-irc/xchat-systray/xchat-systray-2.3.1.ebuild index 32c72f47bacf..d1832f3423e1 100644 --- a/net-irc/xchat-systray/xchat-systray-2.3.1.ebuild +++ b/net-irc/xchat-systray/xchat-systray-2.3.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-systray/xchat-systray-2.3.1.ebuild,v 1.3 2003/09/08 07:01:23 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-systray/xchat-systray-2.3.1.ebuild,v 1.4 2004/01/04 02:11:53 pyrania Exp $ S=${WORKDIR}/${PN}-plugin_${PV} DESCRIPTION="KDE/GNOME system tray plugin for X-Chat." diff --git a/net-irc/xchat-systray/xchat-systray-2.4.0.ebuild b/net-irc/xchat-systray/xchat-systray-2.4.0.ebuild new file mode 100644 index 000000000000..0c2ff3a2aae5 --- /dev/null +++ b/net-irc/xchat-systray/xchat-systray-2.4.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-systray/xchat-systray-2.4.0.ebuild,v 1.1 2004/01/04 02:11:53 pyrania Exp $ + +S=${WORKDIR}/${PN}-integration-${PV} +DESCRIPTION="System tray plugin for X-Chat." +SRC_URI="mirror://sourceforge/xchat2-plugins/${PN}-integration-${PV}-src.tar.gz" +HOMEPAGE="http://blight.altervista.org/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" + +RDEPEND=">=dev-libs/glib-2.0.3 + >=x11-libs/gtk+-2.0.3 + >=net-irc/xchat-2.0.3" + +DEPEND="${RDEPEND} + sys-devel/gettext + >=dev-util/pkgconfig-0.7" + +src_compile() { + MAKEOPTS="-j1" emake || die "Compile failed" +} + +src_install() { + insinto /usr/lib/xchat/plugins + doins systray.so +} |