summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-05-20 23:41:52 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-05-20 23:41:52 +0000
commitc3e1ce85eea822aa2e72e4fe67bf2f7b26fdfc7b (patch)
treeea6b41f3e5444b0f487525e087907e08f3907fda /x11-apps
parentVersion bump. (diff)
downloadgentoo-2-c3e1ce85eea822aa2e72e4fe67bf2f7b26fdfc7b.tar.gz
gentoo-2-c3e1ce85eea822aa2e72e4fe67bf2f7b26fdfc7b.tar.bz2
gentoo-2-c3e1ce85eea822aa2e72e4fe67bf2f7b26fdfc7b.zip
Version bump.
(Portage version: 2.1.11.62/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/transset/ChangeLog11
-rw-r--r--x11-apps/transset/transset-1.0.1.ebuild17
2 files changed, 25 insertions, 3 deletions
diff --git a/x11-apps/transset/ChangeLog b/x11-apps/transset/ChangeLog
index ab662fcc65f3..f0506278319c 100644
--- a/x11-apps/transset/ChangeLog
+++ b/x11-apps/transset/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-apps/transset
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/transset/ChangeLog,v 1.4 2012/06/25 07:46:30 jdhore Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/transset/ChangeLog,v 1.5 2013/05/20 23:41:52 chithanh Exp $
+
+*transset-1.0.1 (20 May 2013)
+
+ 20 May 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +transset-1.0.1.ebuild:
+ Version bump.
25 Jun 2012; Jeff Horelick <jdhore@gentoo.org> transset-1.0.0.ebuild:
marked x86 per bug 423357
@@ -16,4 +22,3 @@
06 Jun 2012; Samuli Suominen <ssuominen@gentoo.org> +transset-1.0.0.ebuild:
Initial commit.
-
diff --git a/x11-apps/transset/transset-1.0.1.ebuild b/x11-apps/transset/transset-1.0.1.ebuild
new file mode 100644
index 000000000000..89d13cafeea2
--- /dev/null
+++ b/x11-apps/transset/transset-1.0.1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/transset/transset-1.0.1.ebuild,v 1.1 2013/05/20 23:41:52 chithanh Exp $
+
+EAPI=5
+inherit xorg-2
+
+DESCRIPTION="An utility for setting opacity property"
+HOMEPAGE="http://www.freedesktop.org/wiki/Software/xapps http://cgit.freedesktop.org/xorg/app/transset/"
+
+LICENSE="SGI-B-2.0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/libX11"
+DEPEND="${RDEPEND}
+ >=x11-proto/xproto-7.0.17"