diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-09-11 20:19:46 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-09-11 20:19:46 +0000 |
commit | c41a77d0f31a7c6084769db10a2409c219b6d202 (patch) | |
tree | d081fd128048510d2176e897028681e53e51fcf3 /x11-apps/xrdb | |
parent | Version bump. (diff) | |
download | gentoo-2-c41a77d0f31a7c6084769db10a2409c219b6d202.tar.gz gentoo-2-c41a77d0f31a7c6084769db10a2409c219b6d202.tar.bz2 gentoo-2-c41a77d0f31a7c6084769db10a2409c219b6d202.zip |
Version bump.
(Portage version: 2.2.1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-apps/xrdb')
-rw-r--r-- | x11-apps/xrdb/ChangeLog | 8 | ||||
-rw-r--r-- | x11-apps/xrdb/xrdb-1.1.0.ebuild | 15 |
2 files changed, 22 insertions, 1 deletions
diff --git a/x11-apps/xrdb/ChangeLog b/x11-apps/xrdb/ChangeLog index 7fed94e70869..8bd5bd8ae1a4 100644 --- a/x11-apps/xrdb/ChangeLog +++ b/x11-apps/xrdb/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/xrdb # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xrdb/ChangeLog,v 1.93 2013/06/05 00:42:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xrdb/ChangeLog,v 1.94 2013/09/11 20:19:46 chithanh Exp $ + +*xrdb-1.1.0 (11 Sep 2013) + + 11 Sep 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xrdb-1.1.0.ebuild: + Version bump. 05 Jun 2013; Mike Frysinger <vapier@gentoo.org> metadata.xml: Add upstream CPE tag (security info) from ChromiumOS. diff --git a/x11-apps/xrdb/xrdb-1.1.0.ebuild b/x11-apps/xrdb/xrdb-1.1.0.ebuild new file mode 100644 index 000000000000..d528a64d5c25 --- /dev/null +++ b/x11-apps/xrdb/xrdb-1.1.0.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/xrdb/xrdb-1.1.0.ebuild,v 1.1 2013/09/11 20:19:46 chithanh Exp $ + +EAPI=5 + +inherit xorg-2 + +DESCRIPTION="X server resource database utility" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +RDEPEND="x11-libs/libXmu + x11-libs/libX11" +DEPEND="${RDEPEND}" |