Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 130060 - net-im/tleenx2-20060309 version bump (works under amd64)
Summary: net-im/tleenx2-20060309 version bump (works under amd64)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Michal Januszewski (RETIRED)
URL: http://tleenx.sourceforge.net/?mod=ne...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-15 06:29 UTC by Marek Bartosiewicz
Modified: 2006-04-16 00:11 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marek Bartosiewicz 2006-04-15 06:29:53 UTC
# Copyright 1999-2005 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.3 2005/07/31 21:30:36 swegener 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 ~amd64"
S="${WORKDIR}/${MY_P}"

DEPEND="net-libs/libtlen
	>=x11-libs/gtk+-2.0"

src_install() {
	make DESTDIR="${D}" install
	dodoc doc/* AUTHORS BUGS TODO
}
Comment 1 Michal Januszewski (RETIRED) gentoo-dev 2006-04-15 14:59:37 UTC
Added to CVS. Thanks :)
Comment 2 Marek Bartosiewicz 2006-04-15 22:49:21 UTC
Don't forget about libtlen 20060309 also ;)
Comment 3 Marek Bartosiewicz 2006-04-15 22:54:12 UTC
You have to copy files/20040912-fPIC.patch to files/20060309-fPIC.patch. AMD64 version won't emerge without it.
Comment 4 Michal Januszewski (RETIRED) gentoo-dev 2006-04-16 00:11:39 UTC
Right. Thanks for pointing this out, it should be fixed now.