diff options
author | Michael Januszewski <spock@gentoo.org> | 2004-11-26 21:12:28 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2004-11-26 21:12:28 +0000 |
commit | 1505ac79dbcf5f3d8f0a56731c3fbe7bc420ecc7 (patch) | |
tree | 424cdf7a16461bbbede4506ff014e8b5387c90cb /net-im/tleenx2 | |
parent | First commit. (Manifest recommit) (diff) | |
download | gentoo-2-1505ac79dbcf5f3d8f0a56731c3fbe7bc420ecc7.tar.gz gentoo-2-1505ac79dbcf5f3d8f0a56731c3fbe7bc420ecc7.tar.bz2 gentoo-2-1505ac79dbcf5f3d8f0a56731c3fbe7bc420ecc7.zip |
Version bump.
Diffstat (limited to 'net-im/tleenx2')
-rw-r--r-- | net-im/tleenx2/ChangeLog | 8 | ||||
-rw-r--r-- | net-im/tleenx2/files/digest-tleenx2-20041125 | 1 | ||||
-rw-r--r-- | net-im/tleenx2/tleenx2-20041125.ebuild | 32 |
3 files changed, 40 insertions, 1 deletions
diff --git a/net-im/tleenx2/ChangeLog b/net-im/tleenx2/ChangeLog index a11e00c7a879..9a7674744f83 100644 --- a/net-im/tleenx2/ChangeLog +++ b/net-im/tleenx2/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-im/tleenx2 # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/tleenx2/ChangeLog,v 1.5 2004/06/24 23:00:45 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/tleenx2/ChangeLog,v 1.6 2004/11/26 21:12:28 spock Exp $ + +*tleenx2-20041125 (26 Nov 2004) + + 26 Nov 2004; Michal Januszewski <spock@gentoo.org> + +tleenx2-20041125.ebuild: + Version bump. 17 Jun 2004; Michal Januszewski <spock@gentoo.org> tleenx2-20040214.ebuild: Stable on x86. diff --git a/net-im/tleenx2/files/digest-tleenx2-20041125 b/net-im/tleenx2/files/digest-tleenx2-20041125 new file mode 100644 index 000000000000..4e25bdeb1c4d --- /dev/null +++ b/net-im/tleenx2/files/digest-tleenx2-20041125 @@ -0,0 +1 @@ +MD5 fa698fe39383c8f0c3cc8660143dc559 TleenX2-20041125.tar.gz 278539 diff --git a/net-im/tleenx2/tleenx2-20041125.ebuild b/net-im/tleenx2/tleenx2-20041125.ebuild new file mode 100644 index 000000000000..f897cb1556f5 --- /dev/null +++ b/net-im/tleenx2/tleenx2-20041125.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/tleenx2/tleenx2-20041125.ebuild,v 1.1 2004/11/26 21:12:28 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() { + + make DESTDIR="${D}" install + cd ${S} + dodoc doc/* AUTHORS BUGS TODO +} |