diff options
author | Ned Ludd <solar@gentoo.org> | 2010-02-08 20:16:54 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2010-02-08 20:16:54 +0000 |
commit | 63977b005e130521fc1250770812203c626f63f2 (patch) | |
tree | ac5d08910b2cbfc89fd367416442059c85d07118 /x11-libs | |
parent | Version bump (bug #299632) and add USE=debug (bug #281230) thanks to sven.jon... (diff) | |
download | gentoo-2-63977b005e130521fc1250770812203c626f63f2.tar.gz gentoo-2-63977b005e130521fc1250770812203c626f63f2.tar.bz2 gentoo-2-63977b005e130521fc1250770812203c626f63f2.zip |
- tslib is not glib. it does not need to have versioned .pc files. Upstream will make this change as well
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/tslib/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/tslib/tslib-1.0-r1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/x11-libs/tslib/ChangeLog b/x11-libs/tslib/ChangeLog index 484d85485797..4705785466c3 100644 --- a/x11-libs/tslib/ChangeLog +++ b/x11-libs/tslib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/tslib -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/tslib/ChangeLog,v 1.14 2009/06/23 19:19:35 klausman Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/tslib/ChangeLog,v 1.15 2010/02/08 20:16:54 solar Exp $ + + 08 Feb 2010; <solar@gentoo.org> tslib-1.0-r1.ebuild: + - tslib is not glib. it does not need to have versioned .pc files. + Upstream will make this change as well 23 Jun 2009; Tobias Klausmann <klausman@gentoo.org> tslib-1.0-r1.ebuild: Stable on alpha for xorg-server-1.5/xorg-x11-7.4 diff --git a/x11-libs/tslib/tslib-1.0-r1.ebuild b/x11-libs/tslib/tslib-1.0-r1.ebuild index 934794a453e5..52dce54c3d32 100644 --- a/x11-libs/tslib/tslib-1.0-r1.ebuild +++ b/x11-libs/tslib/tslib-1.0-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/tslib/tslib-1.0-r1.ebuild,v 1.11 2009/06/23 19:19:35 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/tslib/tslib-1.0-r1.ebuild,v 1.12 2010/02/08 20:16:54 solar Exp $ inherit eutils toolchain-funcs autotools -PATCH_VER=3 +PATCH_VER=4 DESCRIPTION="Touchscreen Access Library" HOMEPAGE="http://tslib.berlios.de/" SRC_URI="mirror://berlios/${PN}/${PN}-${PV}.tar.bz2 |