diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-05-20 23:43:41 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-05-20 23:43:41 +0000 |
commit | 443c87b2a76584796ad8aaaa1442bf97ca1ca944 (patch) | |
tree | b004173373c2f483ce42cc2d4b223f48b91a5991 /x11-apps/xwininfo | |
parent | Version bump. (diff) | |
download | gentoo-2-443c87b2a76584796ad8aaaa1442bf97ca1ca944.tar.gz gentoo-2-443c87b2a76584796ad8aaaa1442bf97ca1ca944.tar.bz2 gentoo-2-443c87b2a76584796ad8aaaa1442bf97ca1ca944.zip |
Version bump.
(Portage version: 2.1.11.62/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-apps/xwininfo')
-rw-r--r-- | x11-apps/xwininfo/ChangeLog | 11 | ||||
-rw-r--r-- | x11-apps/xwininfo/xwininfo-1.1.3.ebuild (renamed from x11-apps/xwininfo/xwininfo-1.1.1.ebuild) | 10 |
2 files changed, 13 insertions, 8 deletions
diff --git a/x11-apps/xwininfo/ChangeLog b/x11-apps/xwininfo/ChangeLog index 8bf953e04399..f2d023c534d2 100644 --- a/x11-apps/xwininfo/ChangeLog +++ b/x11-apps/xwininfo/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/xwininfo -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwininfo/ChangeLog,v 1.71 2012/06/16 11:11:49 grobian Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwininfo/ChangeLog,v 1.72 2013/05/20 23:43:41 chithanh Exp $ + +*xwininfo-1.1.3 (20 May 2013) + + 20 May 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xwininfo-1.1.3.ebuild, -xwininfo-1.1.1.ebuild: + Version bump. 16 Jun 2012; Fabian Groffen <grobian@gentoo.org> xwininfo-1.1.2.ebuild: Fix compilation on Solaris @@ -269,4 +275,3 @@ 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; +xwininfo-0.99.0.ebuild: Initial commit for modular X. - diff --git a/x11-apps/xwininfo/xwininfo-1.1.1.ebuild b/x11-apps/xwininfo/xwininfo-1.1.3.ebuild index 8cfd7a80fc93..688f5dedd1be 100644 --- a/x11-apps/xwininfo/xwininfo-1.1.1.ebuild +++ b/x11-apps/xwininfo/xwininfo-1.1.3.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwininfo/xwininfo-1.1.1.ebuild,v 1.11 2011/09/25 23:05:08 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwininfo/xwininfo-1.1.3.ebuild,v 1.1 2013/05/20 23:43:41 chithanh Exp $ -EAPI=3 +EAPI=5 inherit xorg-2 flag-o-matic DESCRIPTION="window information utility for X" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris ~x86-winnt" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris ~x86-winnt" IUSE="" RDEPEND=">=x11-libs/libxcb-1.6" @@ -20,6 +20,6 @@ pkg_setup() { # interix has a _very_ old iconv in libc, however, including # iconv.h redefines those symbols to libiconv_*, which then # are unresolved, as the configure check is old and dumb. - [[ ${CHOST} == *-interix* ]] && + [[ ${CHOST} == *-interix* || ${CHOST} == *-solaris* ]] && append-libs -liconv } |