summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Vroon <chainsaw@gentoo.org>2004-12-19 16:55:37 +0000
committerTony Vroon <chainsaw@gentoo.org>2004-12-19 16:55:37 +0000
commit7a27970d5c9eeb69bc2357c124e42af5a4f411bb (patch)
tree977375e115fa11ca6d344ea765624b2cf0ea583c /net-irc/xchat-xsys
parentStable on sparc. (Manifest recommit) (diff)
downloadgentoo-2-7a27970d5c9eeb69bc2357c124e42af5a4f411bb.tar.gz
gentoo-2-7a27970d5c9eeb69bc2357c124e42af5a4f411bb.tar.bz2
gentoo-2-7a27970d5c9eeb69bc2357c124e42af5a4f411bb.zip
Version bump.
Diffstat (limited to 'net-irc/xchat-xsys')
-rw-r--r--net-irc/xchat-xsys/ChangeLog8
-rw-r--r--net-irc/xchat-xsys/Manifest4
-rw-r--r--net-irc/xchat-xsys/files/digest-xchat-xsys-1.9.01
-rw-r--r--net-irc/xchat-xsys/xchat-xsys-1.9.0.ebuild27
4 files changed, 38 insertions, 2 deletions
diff --git a/net-irc/xchat-xsys/ChangeLog b/net-irc/xchat-xsys/ChangeLog
index c82c854b9ace..cd8724ae91e0 100644
--- a/net-irc/xchat-xsys/ChangeLog
+++ b/net-irc/xchat-xsys/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-irc/xchat-xsys
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-xsys/ChangeLog,v 1.2 2004/12/16 20:30:07 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-xsys/ChangeLog,v 1.3 2004/12/19 16:55:37 chainsaw Exp $
+
+*xchat-xsys-1.9.0 (19 Dec 2004)
+
+ 19 Dec 2004; Tony Vroon <chainsaw@gentoo.org> +xchat-xsys-1.9.0.ebuild:
+ Version bump to 1.9.0 release by Michael Shoup, beta for version 2. Not all
+ features are available yet.
16 Dec 2004; Tony Vroon <chainsaw@gentoo.org> xchat-xsys-1.0.6.ebuild:
Stable on x86.
diff --git a/net-irc/xchat-xsys/Manifest b/net-irc/xchat-xsys/Manifest
index 71485c7be282..ad720ff0f506 100644
--- a/net-irc/xchat-xsys/Manifest
+++ b/net-irc/xchat-xsys/Manifest
@@ -1,4 +1,6 @@
+MD5 db29cacd0bc3155c0514cc5512e99e09 xchat-xsys-1.9.0.ebuild 548
MD5 a5f4dd9b255c8dbe5ab46f6dac13a68e xchat-xsys-1.0.6.ebuild 982
-MD5 aa8b36f96c1a4e0d5786e1462bf0ba41 ChangeLog 441
+MD5 9ac8c8694fc084ae05225dfd1701420c ChangeLog 657
MD5 42cef2da59c81f792584c3f9048a1930 metadata.xml 250
MD5 d17f93776f6856c326d07b3ac7526e14 files/digest-xchat-xsys-1.0.6 62
+MD5 4e2a8543fa153a78874311b727f4dde3 files/digest-xchat-xsys-1.9.0 61
diff --git a/net-irc/xchat-xsys/files/digest-xchat-xsys-1.9.0 b/net-irc/xchat-xsys/files/digest-xchat-xsys-1.9.0
new file mode 100644
index 000000000000..a9b023615b67
--- /dev/null
+++ b/net-irc/xchat-xsys/files/digest-xchat-xsys-1.9.0
@@ -0,0 +1 @@
+MD5 7611e3c88a72c5789b11bedfbe2738a6 xsys-1.9.0.tar.bz2 8397
diff --git a/net-irc/xchat-xsys/xchat-xsys-1.9.0.ebuild b/net-irc/xchat-xsys/xchat-xsys-1.9.0.ebuild
new file mode 100644
index 000000000000..6dcce31f2867
--- /dev/null
+++ b/net-irc/xchat-xsys/xchat-xsys-1.9.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-xsys/xchat-xsys-1.9.0.ebuild,v 1.1 2004/12/19 16:55:37 chainsaw Exp $
+
+MY_P=${P/xchat-/}
+DESCRIPTION="Sysinfo plugin for X-Chat."
+SRC_URI="http://mshoup.us/downloads/xsys/${MY_P}.tar.bz2"
+HOMEPAGE="http://mshoup.us/downloads/xsys/README-${PV}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+S=${WORKDIR}/${MY_P}
+
+DEPEND=">=net-irc/xchat-2.4.0"
+
+src_compile() {
+ emake -j1 || die "Compile failed"
+}
+
+src_install() {
+ exeinto /usr/lib/xchat/plugins
+ doexe xsys-${PV}.so
+
+ dodoc ChangeLog README
+}