diff options
author | Aaron Walker <ka0ttic@gentoo.org> | 2005-03-30 17:35:06 +0000 |
---|---|---|
committer | Aaron Walker <ka0ttic@gentoo.org> | 2005-03-30 17:35:06 +0000 |
commit | 668b1c7580db8ef8449a151d0be407bf95f6d6c2 (patch) | |
tree | bb5b974ff73d8e1de5e6295fb81b5f53852cb75e /x11-wm/afterstep | |
parent | removed zebra ebuild folder. zebra gets replaced by quagga. move has already ... (diff) | |
download | gentoo-2-668b1c7580db8ef8449a151d0be407bf95f6d6c2.tar.gz gentoo-2-668b1c7580db8ef8449a151d0be407bf95f6d6c2.tar.bz2 gentoo-2-668b1c7580db8ef8449a151d0be407bf95f6d6c2.zip |
Fix missing inherit
(Portage version: 2.0.51.19)
Diffstat (limited to 'x11-wm/afterstep')
-rw-r--r-- | x11-wm/afterstep/Manifest | 14 | ||||
-rw-r--r-- | x11-wm/afterstep/afterstep-2.00.02.ebuild | 5 | ||||
-rw-r--r-- | x11-wm/afterstep/afterstep-2.00.04.ebuild | 5 |
3 files changed, 8 insertions, 16 deletions
diff --git a/x11-wm/afterstep/Manifest b/x11-wm/afterstep/Manifest index 87216253116e..7f63734db039 100644 --- a/x11-wm/afterstep/Manifest +++ b/x11-wm/afterstep/Manifest @@ -1,9 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 61ac082c6563be2e5790a287988a4674 afterstep-1.8.11-r2.ebuild 1543 -MD5 b1eafc78da76cc84d8382107c2d36316 afterstep-2.00.02.ebuild 3685 -MD5 72d31860c458ed0cbe053cd6708293c6 afterstep-2.00.04.ebuild 3686 +MD5 c474c6467fee58166551c301f319a38d afterstep-2.00.02.ebuild 3692 +MD5 5d7150d6d1f3da69351a7691297ccd10 afterstep-2.00.04.ebuild 3693 MD5 707b0b2d54141041813cbe9c2031c118 ChangeLog 4716 MD5 5fcb6c5011c265ab4d4268662ee0dac9 metadata.xml 353 MD5 fca9d0ef8f9ab0142654d2cf85544310 afterstep-2.00.01.ebuild 3673 @@ -16,10 +13,3 @@ MD5 68d5b5bcaa6c2e3102dbde6b1314326e files/digest-afterstep-2.00.01 71 MD5 ddd133fa16578493d349b8cdaa531986 files/digest-afterstep-2.00.02 71 MD5 3b881a3589ee178d1ae956067a4ff6d0 files/digest-afterstep-2.00.04 71 MD5 9dfd9962d8a60e264920c6d4e742d74c files/as2-gnome.diff 1524 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFCStyhEZCkKN40op4RAr6lAJ0fl/v+huxWADm+1Je8GNrdbvgcIwCdG4RY -Y1H3naNRIEy+OAl7fHJPlbo= -=DLMK ------END PGP SIGNATURE----- diff --git a/x11-wm/afterstep/afterstep-2.00.02.ebuild b/x11-wm/afterstep/afterstep-2.00.02.ebuild index 06a6980e9ee9..f553f37a8ca8 100644 --- a/x11-wm/afterstep/afterstep-2.00.02.ebuild +++ b/x11-wm/afterstep/afterstep-2.00.02.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/afterstep/afterstep-2.00.02.ebuild,v 1.2 2005/03/30 17:06:16 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/afterstep/afterstep-2.00.02.ebuild,v 1.3 2005/03/30 17:35:06 ka0ttic Exp $ + +inherit flag-o-matic DESCRIPTION="AfterStep is a feature rich NeXTish window manager" HOMEPAGE="http://www.afterstep.org" @@ -67,7 +69,6 @@ src_compile() { econf \ --with-helpcommand="xterm -e man" \ - --with-xpm \ --with-ungif=no \ --disable-availability \ --disable-staticlibs \ diff --git a/x11-wm/afterstep/afterstep-2.00.04.ebuild b/x11-wm/afterstep/afterstep-2.00.04.ebuild index e23582ee3aa9..38cd1377d189 100644 --- a/x11-wm/afterstep/afterstep-2.00.04.ebuild +++ b/x11-wm/afterstep/afterstep-2.00.04.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/afterstep/afterstep-2.00.04.ebuild,v 1.1 2005/03/30 17:06:16 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/afterstep/afterstep-2.00.04.ebuild,v 1.2 2005/03/30 17:35:06 ka0ttic Exp $ + +inherit flag-o-matic DESCRIPTION="AfterStep is a feature rich NeXTish window manager" HOMEPAGE="http://www.afterstep.org" @@ -67,7 +69,6 @@ src_compile() { econf \ --with-helpcommand="xterm -e man" \ - --with-xpm \ --with-ungif=no \ --disable-availability \ --disable-staticlibs \ |