summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Januszewski <spock@gentoo.org>2004-04-17 19:07:56 +0000
committerMichael Januszewski <spock@gentoo.org>2004-04-17 19:07:56 +0000
commit9662219effa60277993b713884394d068bf13b73 (patch)
tree38d3b7c564cb803af12a36ea8b4e00041416bf56 /net-im/tleenx2
parentNumerous small fixes, see ChangeLog for details. (Manifest recommit) (diff)
downloadgentoo-2-9662219effa60277993b713884394d068bf13b73.tar.gz
gentoo-2-9662219effa60277993b713884394d068bf13b73.tar.bz2
gentoo-2-9662219effa60277993b713884394d068bf13b73.zip
Version bump.
Diffstat (limited to 'net-im/tleenx2')
-rw-r--r--net-im/tleenx2/ChangeLog7
-rw-r--r--net-im/tleenx2/files/digest-tleenx2-200402141
-rw-r--r--net-im/tleenx2/tleenx2-20040214.ebuild32
3 files changed, 39 insertions, 1 deletions
diff --git a/net-im/tleenx2/ChangeLog b/net-im/tleenx2/ChangeLog
index 996d8c1405df..9c57f605ebdb 100644
--- a/net-im/tleenx2/ChangeLog
+++ b/net-im/tleenx2/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-im/tleenx2
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/tleenx2/ChangeLog,v 1.1 2004/01/17 08:46:40 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/tleenx2/ChangeLog,v 1.2 2004/04/17 19:07:56 spock Exp $
+
+*tleenx2-20040214 (17 Apr 2004)
+
+ 17 Apr 2004; Michal Januszewski <spock@gentoo.org> +tleenx2-20040214.ebuild:
+ Version bump.
*tleenx2-20040106 (17 Jan 2004)
diff --git a/net-im/tleenx2/files/digest-tleenx2-20040214 b/net-im/tleenx2/files/digest-tleenx2-20040214
new file mode 100644
index 000000000000..2f11c2e2aed8
--- /dev/null
+++ b/net-im/tleenx2/files/digest-tleenx2-20040214
@@ -0,0 +1 @@
+MD5 a9da1fdeb7d93ffe9a63b31aed4359ac TleenX2-20040214.tar.gz 267091
diff --git a/net-im/tleenx2/tleenx2-20040214.ebuild b/net-im/tleenx2/tleenx2-20040214.ebuild
new file mode 100644
index 000000000000..03f177c8f72a
--- /dev/null
+++ b/net-im/tleenx2/tleenx2-20040214.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/tleenx2/tleenx2-20040214.ebuild,v 1.1 2004/04/17 19:07:56 spock Exp $
+
+IUSE=""
+LICENSE="GPL-2"
+
+MY_P="TleenX2-${PV}"
+
+DESCRIPTION="A client for Polish Tlen.pl instant messenging system."
+HOMEPAGE="http://tleenx.sourceforge.net/"
+SRC_URI="mirror://sourceforge/tleenx/${MY_P}.tar.gz"
+SLOT="0"
+KEYWORDS="~x86"
+S="${WORKDIR}/${MY_P}"
+
+DEPEND="net-libs/libtlen
+ >=x11-libs/gtk+-2.0"
+
+src_compile() {
+
+ cd ${S}
+ econf || die
+ emake || die
+}
+
+src_install() {
+
+ einstall
+ cd ${S}
+ dodoc doc/* AUTHORS BUGS TODO
+}