diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-01-23 21:17:04 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-01-23 21:17:04 +0000 |
commit | b5c2738510bed4d628c3f97317efaa16eb4324ed (patch) | |
tree | 08245423a0e80613f1045a32ca7f901e9fd47257 /x11-misc/xcompmgr | |
parent | Fix wrong doins. (diff) | |
download | historical-b5c2738510bed4d628c3f97317efaa16eb4324ed.tar.gz historical-b5c2738510bed4d628c3f97317efaa16eb4324ed.tar.bz2 historical-b5c2738510bed4d628c3f97317efaa16eb4324ed.zip |
rm
Package-Manager: portage-2.2_rc61/cvs/Linux x86_64
Diffstat (limited to 'x11-misc/xcompmgr')
-rw-r--r-- | x11-misc/xcompmgr/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/xcompmgr/xcompmgr-1.1.4.ebuild | 17 |
2 files changed, 5 insertions, 18 deletions
diff --git a/x11-misc/xcompmgr/ChangeLog b/x11-misc/xcompmgr/ChangeLog index 6a3a3d0dfad7..18890326fd7f 100644 --- a/x11-misc/xcompmgr/ChangeLog +++ b/x11-misc/xcompmgr/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xcompmgr # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/ChangeLog,v 1.43 2010/01/18 20:06:37 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/ChangeLog,v 1.44 2010/01/23 21:13:45 scarabeus Exp $ + + 23 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org> + -xcompmgr-1.1.4.ebuild: + rm 18 Jan 2010; Raúl Porcel <armin76@gentoo.org> xcompmgr-1.1.5.ebuild: sparc stable wrt #294958 diff --git a/x11-misc/xcompmgr/xcompmgr-1.1.4.ebuild b/x11-misc/xcompmgr/xcompmgr-1.1.4.ebuild deleted file mode 100644 index 4768df2d5080..000000000000 --- a/x11-misc/xcompmgr/xcompmgr-1.1.4.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/xcompmgr-1.1.4.ebuild,v 1.8 2009/04/06 19:24:29 bluebird Exp $ - -inherit x-modular - -DESCRIPTION="X Compositing manager" -HOMEPAGE="http://freedesktop.org/Software/xapps" -SRC_URI="http://xorg.freedesktop.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" -DEPEND="${RDEPEND}" |