diff options
-rw-r--r-- | x11-misc/xcompmgr/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/xcompmgr/files/digest-xcompmgr-0.1_pre20040821 | 1 | ||||
-rw-r--r-- | x11-misc/xcompmgr/xcompmgr-0.1_pre20040821-r1.ebuild | 5 | ||||
-rw-r--r-- | x11-misc/xcompmgr/xcompmgr-0.1_pre20040821.ebuild | 33 |
4 files changed, 8 insertions, 37 deletions
diff --git a/x11-misc/xcompmgr/ChangeLog b/x11-misc/xcompmgr/ChangeLog index cc5e9e0f4fb3..9afbbbb73d0f 100644 --- a/x11-misc/xcompmgr/ChangeLog +++ b/x11-misc/xcompmgr/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xcompmgr # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/ChangeLog,v 1.3 2004/08/22 07:15:52 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/ChangeLog,v 1.4 2004/08/29 19:09:45 seemant Exp $ + + 29 Aug 2004; Seemant Kulleen <seemant@gentoo.org> + xcompmgr-0.1_pre20040821-r1.ebuild: + add pkgconfig to DEPEND, closing bug #62129 by Tommy Y <a_korner@hotmail.com> *xcompmgr-0.1_pre20040821-r1 (22 Aug 2004) diff --git a/x11-misc/xcompmgr/files/digest-xcompmgr-0.1_pre20040821 b/x11-misc/xcompmgr/files/digest-xcompmgr-0.1_pre20040821 deleted file mode 100644 index bc4a58c0c854..000000000000 --- a/x11-misc/xcompmgr/files/digest-xcompmgr-0.1_pre20040821 +++ /dev/null @@ -1 +0,0 @@ -MD5 01776a8cee1a777a9320459834856424 xcompmgr-0.1_pre20040821.tar.bz2 13558 diff --git a/x11-misc/xcompmgr/xcompmgr-0.1_pre20040821-r1.ebuild b/x11-misc/xcompmgr/xcompmgr-0.1_pre20040821-r1.ebuild index a55fab96ae49..f988aa8a27a2 100644 --- a/x11-misc/xcompmgr/xcompmgr-0.1_pre20040821-r1.ebuild +++ b/x11-misc/xcompmgr/xcompmgr-0.1_pre20040821-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/xcompmgr-0.1_pre20040821-r1.ebuild,v 1.1 2004/08/22 07:15:52 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/xcompmgr-0.1_pre20040821-r1.ebuild,v 1.2 2004/08/29 19:09:45 seemant Exp $ inherit eutils @@ -19,7 +19,8 @@ RDEPEND=">=x11-base/xorg-x11-6.7.99.902" DEPEND="${RDEPEND} >=sys-devel/automake-1.7 - >=sys-devel/autoconf-2.5" + >=sys-devel/autoconf-2.5 + dev-util/pkgconfig" src_unpack() { unpack ${A}; cd ${S} diff --git a/x11-misc/xcompmgr/xcompmgr-0.1_pre20040821.ebuild b/x11-misc/xcompmgr/xcompmgr-0.1_pre20040821.ebuild deleted file mode 100644 index 4be31efb527f..000000000000 --- a/x11-misc/xcompmgr/xcompmgr-0.1_pre20040821.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/xcompmgr-0.1_pre20040821.ebuild,v 1.1 2004/08/21 18:29:01 seemant Exp $ - -IUSE="" - -S=${WORKDIR}/${PN} -DESCRIPTION="X Compositing manager" -HOMEPAGE="http://freedesktop.org/Software/xapps" -SRC_URI="mirror://gentoo/${P}.tar.bz2" - -SLOT="0" -LICENSE="BSD" -KEYWORDS="~x86" - -RDEPEND=">=x11-base/xorg-x11-6.7.99.902" - -DEPEND="${RDEPEND} - >=sys-devel/automake-1.7 - >=sys-devel/autoconf-2.5" - -src_compile() { - export WANT_AUTOCONF=2.5 - export WANT_AUTOMAKE=1.7 - ./autogen.sh || die - econf || die - emake || die "emake failed" -} - -src_install() { - make DESTDIR=${D} install || die - dodoc ChangeLog -} |