diff options
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/transset/ChangeLog | 11 | ||||
-rw-r--r-- | x11-apps/transset/transset-1.0.1.ebuild | 17 |
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" |