summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-09-11 14:02:09 +0000
committerSven Wegener <swegener@gentoo.org>2005-09-11 14:02:09 +0000
commitda97d3ac6a758084c1361ccc9ed189b134226cbe (patch)
tree57c7d0b4b871beacd2b26110b61a92fa39dd8219 /net-irc/xchat-systray
parentStable on ppc and hppa (diff)
downloadhistorical-da97d3ac6a758084c1361ccc9ed189b134226cbe.tar.gz
historical-da97d3ac6a758084c1361ccc9ed189b134226cbe.tar.bz2
historical-da97d3ac6a758084c1361ccc9ed189b134226cbe.zip
old ebuild
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'net-irc/xchat-systray')
-rw-r--r--net-irc/xchat-systray/Manifest10
-rw-r--r--net-irc/xchat-systray/files/digest-xchat-systray-2.4.5-r11
-rw-r--r--net-irc/xchat-systray/xchat-systray-2.4.5-r1.ebuild61
3 files changed, 10 insertions, 62 deletions
diff --git a/net-irc/xchat-systray/Manifest b/net-irc/xchat-systray/Manifest
index 427ad195822b..51659a8cbfc7 100644
--- a/net-irc/xchat-systray/Manifest
+++ b/net-irc/xchat-systray/Manifest
@@ -1,6 +1,16 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 e2e259c566b22eb1a52b5cd965d96e07 ChangeLog 3530
MD5 6a371b158e1a26ecf0077fa030a6b316 files/2.4.5-default-icons.patch 1717
MD5 f9fec2befb2bf0b3888f017d37a36a17 files/2.4.5-segfault-fix.patch 702
MD5 c7f2d25da598195290d93a826f3a99c3 files/digest-xchat-systray-2.4.5-r2 86
MD5 44c39c6ad372a8e5a5e7ee3311f703a7 metadata.xml 160
MD5 bdcf7032ae169236b201db7ef2249b57 xchat-systray-2.4.5-r2.ebuild 1246
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2 (GNU/Linux)
+
+iD8DBQFDJDj1I1lqEGTUzyQRArY0AKCE94ZvYTHcsxNrUPmPF06tU+2ubgCgm1bi
+ExE16h/J2fLtFegHpJGv5Uc=
+=+N4p
+-----END PGP SIGNATURE-----
diff --git a/net-irc/xchat-systray/files/digest-xchat-systray-2.4.5-r1 b/net-irc/xchat-systray/files/digest-xchat-systray-2.4.5-r1
deleted file mode 100644
index 7f98a7624e3c..000000000000
--- a/net-irc/xchat-systray/files/digest-xchat-systray-2.4.5-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f7068053ff7cc63d5bf2fd8cfabe0c82 xchat-systray-integration-2.4.5-src.tar.gz 57953
diff --git a/net-irc/xchat-systray/xchat-systray-2.4.5-r1.ebuild b/net-irc/xchat-systray/xchat-systray-2.4.5-r1.ebuild
deleted file mode 100644
index a97091acf253..000000000000
--- a/net-irc/xchat-systray/xchat-systray-2.4.5-r1.ebuild
+++ /dev/null
@@ -1,61 +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/xchat-systray/xchat-systray-2.4.5-r1.ebuild,v 1.7 2005/06/21 13:20:11 swegener Exp $
-
-inherit flag-o-matic eutils toolchain-funcs
-
-MY_P=${PN}-integration-${PV}
-
-DESCRIPTION="System tray plugin for X-Chat."
-SRC_URI="mirror://sourceforge/xchat2-plugins/${MY_P}-src.tar.gz"
-HOMEPAGE="http://blight.altervista.org/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~amd64 ~ppc ~sparc ~alpha hppa"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2.0.3
- >=x11-libs/gtk+-2.0.3
- || (
- >=net-irc/xchat-2.0.3
- >=net-irc/xchat-gnome-0.4
- )"
-
-DEPEND="${RDEPEND}
- sys-devel/gettext
- >=dev-util/pkgconfig-0.7"
-
-S="${WORKDIR}"/${MY_P}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}"/${PV}-segfault-fix.patch
-}
-
-src_compile() {
- append-flags -fPIC
- emake -j1 CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die "emake failed"
-}
-
-src_install() {
- exeinto /usr/$(get_libdir)/xchat/plugins
- doexe systray.so || die "doexe failed"
-
- insinto /usr/share/xchat-systray
- doins -r src/images/{GTKTray,Menu} || die "doins failed"
-
- dodoc Docs/{ChangeLog,README,TODO} || die "dodoc failed"
-}
-
-pkg_postinst() {
- einfo
- einfo "The icons have been installed in /usr/share/xchat-systray"
- einfo
- einfo "The icons path is a per-user setting and you need to set it or the icons"
- einfo "will not show up in the menu. Please go to 'Systray settings' and set"
- einfo "'Select icons path' to /usr/share/xchat-systray to set the icons path."
- einfo
-}