diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-10 19:57:24 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-10 19:57:24 +0000 |
commit | 22b4ea80a969df2f1187cc4898d06715d4217027 (patch) | |
tree | 577f7aee3f05338b1ce4bcaee14dbe1eed630c80 /x11-misc | |
parent | QA: Set LICENSE only once. (diff) | |
download | gentoo-2-22b4ea80a969df2f1187cc4898d06715d4217027.tar.gz gentoo-2-22b4ea80a969df2f1187cc4898d06715d4217027.tar.bz2 gentoo-2-22b4ea80a969df2f1187cc4898d06715d4217027.zip |
QA: Set IUSE only once; Use ${PF}
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/devilspie/devilspie-0.10.ebuild | 6 | ||||
-rw-r--r-- | x11-misc/devilspie/devilspie-0.4.ebuild | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/x11-misc/devilspie/devilspie-0.10.ebuild b/x11-misc/devilspie/devilspie-0.10.ebuild index 1e4399f7cc1d..270b3998e8f4 100644 --- a/x11-misc/devilspie/devilspie-0.10.ebuild +++ b/x11-misc/devilspie/devilspie-0.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/devilspie/devilspie-0.10.ebuild,v 1.6 2005/06/25 14:18:09 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/devilspie/devilspie-0.10.ebuild,v 1.7 2005/07/10 19:57:24 swegener Exp $ inherit eutils @@ -13,8 +13,6 @@ SLOT="0" KEYWORDS="~alpha amd64 ppc sparc x86" IUSE="" - -IUSE="" DEPEND=">=dev-util/pkgconfig-0.12.0 >=dev-util/gob-2.0.3 dev-libs/libxslt @@ -47,7 +45,7 @@ src_install() { pkg_postinst() { einfo - einfo "A sample config file has been installed in /usr/share/doc/${P}" + einfo "A sample config file has been installed in /usr/share/doc/${PF}" einfo "as sample-config.xml.gz. Also installed there is the DTD for" einfo "the config file. It is called devilspie.dtd.gz" ewarn diff --git a/x11-misc/devilspie/devilspie-0.4.ebuild b/x11-misc/devilspie/devilspie-0.4.ebuild index 5bda13f989e5..ca8788e3c482 100644 --- a/x11-misc/devilspie/devilspie-0.4.ebuild +++ b/x11-misc/devilspie/devilspie-0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/devilspie/devilspie-0.4.ebuild,v 1.2 2005/05/14 06:48:34 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/devilspie/devilspie-0.4.ebuild,v 1.3 2005/07/10 19:57:24 swegener Exp $ DESCRIPTION="A Window Matching utility similar to Sawfish's Matched Windows feature" HOMEPAGE="http://www.burtonini.com/blog/computers/devilspie" @@ -23,8 +23,6 @@ RDEPEND="dev-lang/perl DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.12.0" -IUSE="" - src_install() { einstall || die dodoc AUTHORS ChangeLog README NEWS TODO \ @@ -34,7 +32,7 @@ src_install() { pkg_postinst() { echo - einfo "A sample config file has been installed in /usr/share/doc/${P}" + einfo "A sample config file has been installed in /usr/share/doc/${PF}" einfo "as sample-config.xml.gz. Also installed there is the DTD for" einfo "the config file. It is called devilspie.dtd.gz" echo |