diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2005-05-25 11:07:07 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2005-05-25 11:07:07 +0000 |
commit | c34330bdc32b1d462f5251d9a377f9fdfee8fc42 (patch) | |
tree | b6ae70a6dea346eba4ab59fe4c75f2635fce5374 | |
parent | added ~ppc64 (diff) | |
download | gentoo-2-c34330bdc32b1d462f5251d9a377f9fdfee8fc42.tar.gz gentoo-2-c34330bdc32b1d462f5251d9a377f9fdfee8fc42.tar.bz2 gentoo-2-c34330bdc32b1d462f5251d9a377f9fdfee8fc42.zip |
(#80333) Version bump.
(Portage version: 2.0.51.22-r1)
-rw-r--r-- | x11-misc/xcompmgr/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/xcompmgr/files/digest-xcompmgr-1.1.2 | 1 | ||||
-rw-r--r-- | x11-misc/xcompmgr/xcompmgr-1.1.2.ebuild | 25 |
3 files changed, 33 insertions, 1 deletions
diff --git a/x11-misc/xcompmgr/ChangeLog b/x11-misc/xcompmgr/ChangeLog index 0a69d35bb2c6..5389e43a2829 100644 --- a/x11-misc/xcompmgr/ChangeLog +++ b/x11-misc/xcompmgr/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-misc/xcompmgr # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/ChangeLog,v 1.12 2005/04/20 15:16:57 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/ChangeLog,v 1.13 2005/05/25 11:07:07 spyderous Exp $ + +*xcompmgr-1.1.2 (25 May 2005) + + 25 May 2005; Donnie Berkholz <spyderous@gentoo.org>; + +xcompmgr-1.1.2.ebuild: + (#80333) Version bump. 20 Apr 2005; Simon Stelling <blubb@gentoo.org> xcompmgr-1.1.ebuild: stable on amd64 diff --git a/x11-misc/xcompmgr/files/digest-xcompmgr-1.1.2 b/x11-misc/xcompmgr/files/digest-xcompmgr-1.1.2 new file mode 100644 index 000000000000..37d31ab59ac0 --- /dev/null +++ b/x11-misc/xcompmgr/files/digest-xcompmgr-1.1.2 @@ -0,0 +1 @@ +MD5 97b1eddc7856da9b9aa99be27d1f149c xcompmgr-1.1.2.tar.gz 88252 diff --git a/x11-misc/xcompmgr/xcompmgr-1.1.2.ebuild b/x11-misc/xcompmgr/xcompmgr-1.1.2.ebuild new file mode 100644 index 000000000000..c13c6fdd54c1 --- /dev/null +++ b/x11-misc/xcompmgr/xcompmgr-1.1.2.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/xcompmgr-1.1.2.ebuild,v 1.1 2005/05/25 11:07:07 spyderous Exp $ + +inherit eutils + +IUSE="" + +DESCRIPTION="X Compositing manager" +HOMEPAGE="http://freedesktop.org/Software/xapps" +SRC_URI="http://xapps.freedesktop.org/release/${P}.tar.gz" + +SLOT="0" +LICENSE="BSD" +KEYWORDS="~x86 ~ppc ~amd64" + +RDEPEND=">=x11-base/xorg-x11-6.8.0" + +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_install() { + make DESTDIR=${D} install || die + dodoc ChangeLog +} |