summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2014-01-14 06:38:02 +0000
committerPatrick Lauer <patrick@gentoo.org>2014-01-14 06:38:02 +0000
commite0fe72b69bc7102fbbcb9d4601d8b84dc6757754 (patch)
tree6b8a66499b5251eeb79cfa1cf525018bdd2ddd66 /net-irc/xaric
parentBump (diff)
downloadgentoo-2-e0fe72b69bc7102fbbcb9d4601d8b84dc6757754.tar.gz
gentoo-2-e0fe72b69bc7102fbbcb9d4601d8b84dc6757754.tar.bz2
gentoo-2-e0fe72b69bc7102fbbcb9d4601d8b84dc6757754.zip
Bump
(Portage version: 2.2.8/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-irc/xaric')
-rw-r--r--net-irc/xaric/ChangeLog10
-rw-r--r--net-irc/xaric/xaric-0.13.6.ebuild24
2 files changed, 31 insertions, 3 deletions
diff --git a/net-irc/xaric/ChangeLog b/net-irc/xaric/ChangeLog
index e20748878020..74b56f539ec7 100644
--- a/net-irc/xaric/ChangeLog
+++ b/net-irc/xaric/ChangeLog
@@ -1,9 +1,13 @@
# ChangeLog for net-irc/xaric
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/xaric/ChangeLog,v 1.1 2010/03/24 20:29:19 ssuominen Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xaric/ChangeLog,v 1.2 2014/01/14 06:38:02 patrick Exp $
+
+*xaric-0.13.6 (14 Jan 2014)
+
+ 14 Jan 2014; Patrick Lauer <patrick@gentoo.org> +xaric-0.13.6.ebuild:
+ Bump
*xaric-0.13.5 (24 Mar 2010)
24 Mar 2010; Samuli Suominen <ssuominen@gentoo.org> +xaric-0.13.5.ebuild:
Initial commit.
-
diff --git a/net-irc/xaric/xaric-0.13.6.ebuild b/net-irc/xaric/xaric-0.13.6.ebuild
new file mode 100644
index 000000000000..17060c517b52
--- /dev/null
+++ b/net-irc/xaric/xaric-0.13.6.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xaric/xaric-0.13.6.ebuild,v 1.1 2014/01/14 06:38:02 patrick Exp $
+
+EAPI=2
+inherit eutils
+
+DESCRIPTION="An IRC client similar to ircII, BitchX, or ircII EPIC"
+HOMEPAGE="http://xaric.org/"
+SRC_URI="http://xaric.org/software/${PN}/releases/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="sys-libs/ncurses
+ dev-libs/openssl"
+
+src_install() {
+ emake DESTDIR="${D}" install || die
+ dodoc AUTHORS ChangeLog README
+ doicon xaric.xpm
+}