diff options
author | 2013-05-20 23:41:15 +0000 | |
---|---|---|
committer | 2013-05-20 23:41:15 +0000 | |
commit | 573eb2ea56def931a8d12d91d1d10598f35d1b01 (patch) | |
tree | c647ef81a9a2c65c620b2fb50361b481cd79ee3c /x11-apps/appres | |
parent | Version bump (diff) | |
download | gentoo-2-573eb2ea56def931a8d12d91d1d10598f35d1b01.tar.gz gentoo-2-573eb2ea56def931a8d12d91d1d10598f35d1b01.tar.bz2 gentoo-2-573eb2ea56def931a8d12d91d1d10598f35d1b01.zip |
Version bump.
(Portage version: 2.1.11.62/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-apps/appres')
-rw-r--r-- | x11-apps/appres/ChangeLog | 11 | ||||
-rw-r--r-- | x11-apps/appres/appres-1.0.4.ebuild | 15 |
2 files changed, 23 insertions, 3 deletions
diff --git a/x11-apps/appres/ChangeLog b/x11-apps/appres/ChangeLog index decf19e5e81c..42ecf0824321 100644 --- a/x11-apps/appres/ChangeLog +++ b/x11-apps/appres/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/appres -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/appres/ChangeLog,v 1.56 2012/05/15 14:22:37 aballier Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/appres/ChangeLog,v 1.57 2013/05/20 23:41:15 chithanh Exp $ + +*appres-1.0.4 (20 May 2013) + + 20 May 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +appres-1.0.4.ebuild: + Version bump. 15 May 2012; Alexis Ballier <aballier@gentoo.org> appres-1.0.3.ebuild: keyword ~amd64-fbsd @@ -196,4 +202,3 @@ 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; +appres-0.99.0.ebuild: Initial commit for modular X. - diff --git a/x11-apps/appres/appres-1.0.4.ebuild b/x11-apps/appres/appres-1.0.4.ebuild new file mode 100644 index 000000000000..60cfedc6ed37 --- /dev/null +++ b/x11-apps/appres/appres-1.0.4.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/appres/appres-1.0.4.ebuild,v 1.1 2013/05/20 23:41:15 chithanh Exp $ + +EAPI=5 + +inherit xorg-2 + +DESCRIPTION="list X application resource database" + +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/libX11 + x11-libs/libXt" +DEPEND="${RDEPEND}" |