summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2012-09-24 11:20:28 +0000
committerJulian Ospald <hasufell@gentoo.org>2012-09-24 11:20:28 +0000
commit650e972a2a8fa12f605ad055de57917258fc18ea (patch)
tree9f9b08cfc0273ebdf3cc86b429cada5efd3f08c2 /x11-misc/compton
parentkeyword ~arm, bug #433357 (diff)
downloadgentoo-2-650e972a2a8fa12f605ad055de57917258fc18ea.tar.gz
gentoo-2-650e972a2a8fa12f605ad055de57917258fc18ea.tar.bz2
gentoo-2-650e972a2a8fa12f605ad055de57917258fc18ea.zip
version bump wrt #436042
(Portage version: 2.2.0_alpha131/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/compton')
-rw-r--r--x11-misc/compton/ChangeLog8
-rw-r--r--x11-misc/compton/compton-0_pre20120913.ebuild33
2 files changed, 40 insertions, 1 deletions
diff --git a/x11-misc/compton/ChangeLog b/x11-misc/compton/ChangeLog
index bf730547a416..b1a53278ba98 100644
--- a/x11-misc/compton/ChangeLog
+++ b/x11-misc/compton/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-misc/compton
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/compton/ChangeLog,v 1.6 2012/05/06 00:14:51 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/compton/ChangeLog,v 1.7 2012/09/24 11:20:28 hasufell Exp $
+
+*compton-0_pre20120913 (24 Sep 2012)
+
+ 24 Sep 2012; Julian Ospald <hasufell@gentoo.org>
+ +compton-0_pre20120913.ebuild:
+ version bump wrt #436042
06 May 2012; Julian Ospald <hasufell@gentoo.org>
compton-0_pre20120330.ebuild:
diff --git a/x11-misc/compton/compton-0_pre20120913.ebuild b/x11-misc/compton/compton-0_pre20120913.ebuild
new file mode 100644
index 000000000000..62c819fbac70
--- /dev/null
+++ b/x11-misc/compton/compton-0_pre20120913.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/compton/compton-0_pre20120913.ebuild,v 1.1 2012/09/24 11:20:28 hasufell Exp $
+
+EAPI=4
+
+inherit toolchain-funcs
+
+DESCRIPTION="A compositor for X, and a fork of xcompmgr-dana"
+HOMEPAGE="http://github.com/chjj/compton"
+SRC_URI="http://dev.gentoo.org/~hasufell/distfiles/${P}.tar.xz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+COMMON_DEPEND="x11-libs/libX11
+ x11-libs/libXcomposite
+ x11-libs/libXdamage
+ x11-libs/libXfixes
+ x11-libs/libXrender"
+RDEPEND="${COMMON_DEPEND}
+ app-shells/bash
+ x11-apps/xprop
+ x11-apps/xwininfo"
+DEPEND="${COMMON_DEPEND}
+ virtual/pkgconfig
+ x11-proto/xproto"
+
+pkg_setup() {
+ tc-export CC
+}