diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-03-06 17:15:15 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-03-07 10:12:18 +0100 |
commit | 16fa5e4c3c49195fc1f69b3584a3569ce74ad711 (patch) | |
tree | 0a2c96e1c8fb33b59791274fda4e6088a4384846 /x11-misc/xcompmgr | |
parent | x11-misc/xcape: Remove old (diff) | |
download | gentoo-16fa5e4c3c49195fc1f69b3584a3569ce74ad711.tar.gz gentoo-16fa5e4c3c49195fc1f69b3584a3569ce74ad711.tar.bz2 gentoo-16fa5e4c3c49195fc1f69b3584a3569ce74ad711.zip |
x11-misc/xcompmgr: Remove old
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4142
Diffstat (limited to 'x11-misc/xcompmgr')
-rw-r--r-- | x11-misc/xcompmgr/Manifest | 1 | ||||
-rw-r--r-- | x11-misc/xcompmgr/xcompmgr-1.1.6.ebuild | 24 |
2 files changed, 0 insertions, 25 deletions
diff --git a/x11-misc/xcompmgr/Manifest b/x11-misc/xcompmgr/Manifest index 635d5c9e0fd5..39e36bc40b25 100644 --- a/x11-misc/xcompmgr/Manifest +++ b/x11-misc/xcompmgr/Manifest @@ -1,2 +1 @@ -DIST xcompmgr-1.1.6.tar.bz2 123683 SHA256 c98949d36793b30ed1ed47495c87a05fa245ac0fc2857d2abc54979124687c02 SHA512 c1dd2ab42575fcf9d53fc923b4fe98ee4b2617e2bd652b8f20d34404e8547f8dfecb6bcd14d1d54da1a618ccb8e822b89e75d57f0320e9d55edbfb0dc83ddcbd WHIRLPOOL a2cc2cbcdc53685d51b272a5c0bdfa40a33204dfabe89e780e6b9f37b8449483c5cecc6288f565e441c7af9a362fd6c0d1abfc29760db812d41f50b5f4549b57 DIST xcompmgr-1.1.7.tar.bz2 136667 SHA256 c8049b1a2531313be7469ba9b198d334f0b91cc01efc2b20b9afcb117e4d6892 SHA512 f93a6be78169dd41ff08d71409e28746fd62902810a2f6930c0ac44f1415bc7391a8fb885b074fd40afedd7f1c1590aa7c67fc101c3b6488ddaa74495b42149c WHIRLPOOL 100d6aa734eb453976951d8341f613fdbbbb90b311eba006ca015d469f44ee3eb038acdf842e201da51a61c3d03b5c3f5c240d9a43709a9d44ebf71502c19939 diff --git a/x11-misc/xcompmgr/xcompmgr-1.1.6.ebuild b/x11-misc/xcompmgr/xcompmgr-1.1.6.ebuild deleted file mode 100644 index a954ff9fa436..000000000000 --- a/x11-misc/xcompmgr/xcompmgr-1.1.6.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -XORG_STATIC=no -inherit xorg-2 - -DESCRIPTION="X Compositing manager" -HOMEPAGE="https://freedesktop.org/wiki/Software/xapps" -SRC_URI="https://www.x.org/releases/individual/app/${P}.tar.bz2" - -LICENSE="BSD" -KEYWORDS="amd64 ppc ppc64 sparc x86" -IUSE="" - -RDEPEND=" - x11-libs/libXrender - x11-libs/libXdamage - x11-libs/libXfixes - x11-libs/libXcomposite - x11-libs/libXext -" -DEPEND="${RDEPEND}" |