diff options
Diffstat (limited to 'net-im/tleenx2/tleenx2-20060309.ebuild')
-rw-r--r-- | net-im/tleenx2/tleenx2-20060309.ebuild | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/net-im/tleenx2/tleenx2-20060309.ebuild b/net-im/tleenx2/tleenx2-20060309.ebuild deleted file mode 100644 index efd51f82283d..000000000000 --- a/net-im/tleenx2/tleenx2-20060309.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/tleenx2/tleenx2-20060309.ebuild,v 1.8 2012/05/04 06:22:11 jdhore Exp $ - -EAPI=1 - -inherit autotools eutils - -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="amd64 x86" -S="${WORKDIR}/${MY_P}" - -RDEPEND="net-libs/libtlen - x11-libs/gtk+:2 - x11-libs/libXScrnSaver" - -DEPEND="virtual/pkgconfig - ${RDEPEND}" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/tleenx2-20060309-configure.in.patch" - epatch "${FILESDIR}/tleenx2-20060309-asneeded-fix.patch" - eautoreconf -} - -src_install() { - make DESTDIR="${D}" install - dodoc doc/* AUTHORS BUGS TODO -} |