summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Vroon <chainsaw@gentoo.org>2004-12-26 17:31:04 +0000
committerTony Vroon <chainsaw@gentoo.org>2004-12-26 17:31:04 +0000
commit516e1330428fe03751fbd0a49975017280670d6f (patch)
treef1c574c5b1673d057d0ed9770122f35112257d90 /net-irc/xchat-xsys
parentVersion bump. (Manifest recommit) (diff)
downloadgentoo-2-516e1330428fe03751fbd0a49975017280670d6f.tar.gz
gentoo-2-516e1330428fe03751fbd0a49975017280670d6f.tar.bz2
gentoo-2-516e1330428fe03751fbd0a49975017280670d6f.zip
Version bump.
Diffstat (limited to 'net-irc/xchat-xsys')
-rw-r--r--net-irc/xchat-xsys/ChangeLog7
-rw-r--r--net-irc/xchat-xsys/Manifest4
-rw-r--r--net-irc/xchat-xsys/files/digest-xchat-xsys-1.9.11
-rw-r--r--net-irc/xchat-xsys/xchat-xsys-1.9.1.ebuild29
4 files changed, 39 insertions, 2 deletions
diff --git a/net-irc/xchat-xsys/ChangeLog b/net-irc/xchat-xsys/ChangeLog
index cd8724ae91e0..61e520763f25 100644
--- a/net-irc/xchat-xsys/ChangeLog
+++ b/net-irc/xchat-xsys/ChangeLog
@@ -1,6 +1,11 @@
# 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.3 2004/12/19 16:55:37 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-xsys/ChangeLog,v 1.4 2004/12/26 17:31:04 chainsaw Exp $
+
+*xchat-xsys-1.9.1 (26 Dec 2004)
+
+ 26 Dec 2004; Tony Vroon <chainsaw@gentoo.org> +xchat-xsys-1.9.1.ebuild:
+ Version bump.
*xchat-xsys-1.9.0 (19 Dec 2004)
diff --git a/net-irc/xchat-xsys/Manifest b/net-irc/xchat-xsys/Manifest
index 8dbedc4a01d3..9e77f0bfe65f 100644
--- a/net-irc/xchat-xsys/Manifest
+++ b/net-irc/xchat-xsys/Manifest
@@ -1,6 +1,8 @@
MD5 1de26135d611dbdefcf95bd66d5ee650 xchat-xsys-1.9.0.ebuild 654
MD5 a5f4dd9b255c8dbe5ab46f6dac13a68e xchat-xsys-1.0.6.ebuild 982
-MD5 0ae0585144d6521e70dde4a337fa7590 ChangeLog 657
+MD5 492a9324762034bf858cf080c72fc1ae xchat-xsys-1.9.1.ebuild 570
+MD5 ebfa6aa5bf471cf6071130b83cfa8054 ChangeLog 781
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
+MD5 f9d3eedf5907d949b6f52bfdbc580bd7 files/digest-xchat-xsys-1.9.1 61
diff --git a/net-irc/xchat-xsys/files/digest-xchat-xsys-1.9.1 b/net-irc/xchat-xsys/files/digest-xchat-xsys-1.9.1
new file mode 100644
index 000000000000..27870bce7dfe
--- /dev/null
+++ b/net-irc/xchat-xsys/files/digest-xchat-xsys-1.9.1
@@ -0,0 +1 @@
+MD5 1fb06c0dfc2ac280b14d705aa1ae9d63 xsys-1.9.1.tar.bz2 9679
diff --git a/net-irc/xchat-xsys/xchat-xsys-1.9.1.ebuild b/net-irc/xchat-xsys/xchat-xsys-1.9.1.ebuild
new file mode 100644
index 000000000000..46a3b1efc0dc
--- /dev/null
+++ b/net-irc/xchat-xsys/xchat-xsys-1.9.1.ebuild
@@ -0,0 +1,29 @@
+# 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.1.ebuild,v 1.1 2004/12/26 17:31:04 chainsaw Exp $
+
+inherit flag-o-matic
+
+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
+}