summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-07-09 02:35:44 +0000
committerSven Wegener <swegener@gentoo.org>2005-07-09 02:35:44 +0000
commit95891a50c8d0f1bc2631af7afcc430940e1b17e4 (patch)
treeb3acb8ce71cfc210b56d055a5f44c72825f907c8 /app-portage
parentTesting ppc-macos. Submitted on behalf of Fabian Groffen (diff)
downloadgentoo-2-95891a50c8d0f1bc2631af7afcc430940e1b17e4.tar.gz
gentoo-2-95891a50c8d0f1bc2631af7afcc430940e1b17e4.tar.bz2
gentoo-2-95891a50c8d0f1bc2631af7afcc430940e1b17e4.zip
QA: Removed useless MY_P, use default src_compile() and make install instead of einstall.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/profuse/ChangeLog13
-rw-r--r--app-portage/profuse/profuse-0.1.ebuild12
-rw-r--r--app-portage/profuse/profuse-0.11.ebuild14
-rw-r--r--app-portage/profuse/profuse-0.12.ebuild14
-rw-r--r--app-portage/profuse/profuse-0.13.ebuild14
-rw-r--r--app-portage/profuse/profuse-0.14.ebuild14
-rw-r--r--app-portage/profuse/profuse-0.15.ebuild14
-rw-r--r--app-portage/profuse/profuse-0.16.ebuild14
-rw-r--r--app-portage/profuse/profuse-0.17.ebuild14
-rw-r--r--app-portage/profuse/profuse-0.18.1.ebuild14
-rw-r--r--app-portage/profuse/profuse-0.18.ebuild14
-rw-r--r--app-portage/profuse/profuse-0.20.1.ebuild14
-rw-r--r--app-portage/profuse/profuse-0.20.2-r1.ebuild14
-rw-r--r--app-portage/profuse/profuse-0.20.2.ebuild14
-rw-r--r--app-portage/profuse/profuse-0.20.3.ebuild14
-rw-r--r--app-portage/profuse/profuse-0.20.ebuild14
-rw-r--r--app-portage/profuse/profuse-0.21.0.ebuild14
-rw-r--r--app-portage/profuse/profuse-0.22.0-r1.ebuild14
-rw-r--r--app-portage/profuse/profuse-0.22.0.ebuild14
-rw-r--r--app-portage/profuse/profuse-0.22.1.ebuild14
-rw-r--r--app-portage/profuse/profuse-0.23.0.ebuild14
21 files changed, 91 insertions, 200 deletions
diff --git a/app-portage/profuse/ChangeLog b/app-portage/profuse/ChangeLog
index b0af56d13c29..ca57f2ee654e 100644
--- a/app-portage/profuse/ChangeLog
+++ b/app-portage/profuse/ChangeLog
@@ -1,6 +1,17 @@
# ChangeLog for app-portage/profuse
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/profuse/ChangeLog,v 1.35 2005/06/27 23:45:32 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/profuse/ChangeLog,v 1.36 2005/07/09 02:35:44 swegener Exp $
+
+ 09 Jul 2005; Sven Wegener <swegener@gentoo.org> profuse-0.1.ebuild,
+ profuse-0.11.ebuild, profuse-0.12.ebuild, profuse-0.13.ebuild,
+ profuse-0.14.ebuild, profuse-0.15.ebuild, profuse-0.16.ebuild,
+ profuse-0.17.ebuild, profuse-0.18.ebuild, profuse-0.18.1.ebuild,
+ profuse-0.20.ebuild, profuse-0.20.1.ebuild, profuse-0.20.2.ebuild,
+ profuse-0.20.2-r1.ebuild, profuse-0.20.3.ebuild, profuse-0.21.0.ebuild,
+ profuse-0.22.0.ebuild, profuse-0.22.0-r1.ebuild, profuse-0.22.1.ebuild,
+ profuse-0.23.0.ebuild:
+ QA: Removed useless MY_P, use default src_compile() and make install instead
+ of einstall.
27 Jun 2005; Sven Wegener <swegener@gentoo.org> profuse-0.22.0.ebuild,
profuse-0.22.0-r1.ebuild, profuse-0.22.1.ebuild:
diff --git a/app-portage/profuse/profuse-0.1.ebuild b/app-portage/profuse/profuse-0.1.ebuild
index 065f93bc7f91..8aa29b453cf6 100644
--- a/app-portage/profuse/profuse-0.1.ebuild
+++ b/app-portage/profuse/profuse-0.1.ebuild
@@ -1,9 +1,7 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/profuse/profuse-0.1.ebuild,v 1.4 2005/07/09 02:21:07 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/profuse/profuse-0.1.ebuild,v 1.5 2005/07/09 02:35:44 swegener Exp $
-MY_P=${PN}-${PV}
-S=${WORKDIR}/${MY_P}
DESCRIPTION="use flags and profile gtk2 editor. It should be a good ufed alternative"
HOMEPAGE="http://libconf.net/profuse/"
SRC_URI="http://libconf.net/profuse/download/profuse-0.1.tar.bz2"
@@ -13,13 +11,9 @@ LICENSE="GPL-2"
KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64"
IUSE=""
-DEPEND="dev-perl/gtk2-fu
+RDEPEND="dev-perl/gtk2-fu
>=dev-util/libconf-0.39.3"
-src_compile() {
- emake || die "make failed"
-}
-
src_install() {
- einstall PREFIX=${D}/usr
+ make install PREFIX="${D}"/usr || die "make install failed"
}
diff --git a/app-portage/profuse/profuse-0.11.ebuild b/app-portage/profuse/profuse-0.11.ebuild
index ff0d605df74f..a805eeb7324c 100644
--- a/app-portage/profuse/profuse-0.11.ebuild
+++ b/app-portage/profuse/profuse-0.11.ebuild
@@ -1,25 +1,19 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/profuse/profuse-0.11.ebuild,v 1.3 2005/07/09 02:21:07 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/profuse/profuse-0.11.ebuild,v 1.4 2005/07/09 02:35:44 swegener Exp $
-MY_P=${PN}-${PV}
-S=${WORKDIR}/${MY_P}
DESCRIPTION="use flags and profile gtk2 editor, with good features"
HOMEPAGE="http://libconf.net/profuse/"
-SRC_URI="http://libconf.net/profuse/download/${MY_P}.tar.bz2"
+SRC_URI="http://libconf.net/profuse/download/${P}.tar.bz2"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64"
IUSE=""
-DEPEND=">=dev-perl/gtk2-fu-0.02
+RDEPEND=">=dev-perl/gtk2-fu-0.02
>=dev-util/libconf-0.39.4"
-src_compile() {
- emake || die "make failed"
-}
-
src_install() {
- einstall PREFIX=${D}/usr
+ make install PREFIX="${D}"/usr || die "make install failed"
}
diff --git a/app-portage/profuse/profuse-0.12.ebuild b/app-portage/profuse/profuse-0.12.ebuild
index 6d6f391b5ce4..23cc8435acad 100644
--- a/app-portage/profuse/profuse-0.12.ebuild
+++ b/app-portage/profuse/profuse-0.12.ebuild
@@ -1,25 +1,19 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/profuse/profuse-0.12.ebuild,v 1.3 2005/07/09 02:21:07 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/profuse/profuse-0.12.ebuild,v 1.4 2005/07/09 02:35:44 swegener Exp $
-MY_P=${PN}-${PV}
-S=${WORKDIR}/${MY_P}
DESCRIPTION="use flags and profile gtk2 editor, with good features"
HOMEPAGE="http://libconf.net/profuse/"
-SRC_URI="http://libconf.net/profuse/download/${MY_P}.tar.bz2"
+SRC_URI="http://libconf.net/profuse/download/${P}.tar.bz2"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64"
IUSE=""
-DEPEND=">=dev-perl/gtk2-fu-0.02
+RDEPEND=">=dev-perl/gtk2-fu-0.02
>=dev-util/libconf-0.39.4"
-src_compile() {
- emake || die "make failed"
-}
-
src_install() {
- einstall PREFIX=${D}/usr
+ make install PREFIX="${D}"/usr || die "make install failed"
}
diff --git a/app-portage/profuse/profuse-0.13.ebuild b/app-portage/profuse/profuse-0.13.ebuild
index 713792d64670..99519e608994 100644
--- a/app-portage/profuse/profuse-0.13.ebuild
+++ b/app-portage/profuse/profuse-0.13.ebuild
@@ -1,25 +1,19 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/profuse/profuse-0.13.ebuild,v 1.3 2005/07/09 02:21:07 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/profuse/profuse-0.13.ebuild,v 1.4 2005/07/09 02:35:44 swegener Exp $
-MY_P=${PN}-${PV}
-S=${WORKDIR}/${MY_P}
DESCRIPTION="use flags and profile gtk2 editor, with good features"
HOMEPAGE="http://libconf.net/profuse/"
-SRC_URI="http://libconf.net/profuse/download/${MY_P}.tar.bz2"
+SRC_URI="http://libconf.net/profuse/download/${P}.tar.bz2"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64"
IUSE=""
-DEPEND=">=dev-perl/gtk2-fu-0.02
+RDEPEND=">=dev-perl/gtk2-fu-0.02
>=dev-util/libconf-0.39.4"
-src_compile() {
- emake || die "make failed"
-}
-
src_install() {
- einstall PREFIX=${D}/usr
+ make install PREFIX="${D}"/usr || die "make install failed"
}
diff --git a/app-portage/profuse/profuse-0.14.ebuild b/app-portage/profuse/profuse-0.14.ebuild
index b74808d46213..6bc3e5e541ec 100644
--- a/app-portage/profuse/profuse-0.14.ebuild
+++ b/app-portage/profuse/profuse-0.14.ebuild
@@ -1,25 +1,19 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/profuse/profuse-0.14.ebuild,v 1.6 2005/07/09 02:21:07 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/profuse/profuse-0.14.ebuild,v 1.7 2005/07/09 02:35:44 swegener Exp $
-MY_P=${PN}-${PV}
-S=${WORKDIR}/${MY_P}
DESCRIPTION="use flags and profile gtk2 editor, with good features"
HOMEPAGE="http://libconf.net/profuse/"
-SRC_URI="http://libconf.net/profuse/download/${MY_P}.tar.bz2"
+SRC_URI="http://libconf.net/profuse/download/${P}.tar.bz2"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64 ppc64"
IUSE=""
-DEPEND=">=dev-perl/gtk2-fu-0.05
+RDEPEND=">=dev-perl/gtk2-fu-0.05
>=dev-util/libconf-0.39.6"
-src_compile() {
- emake || die "make failed"
-}
-
src_install() {
- einstall PREFIX=${D}/usr
+ make install PREFIX="${D}"/usr || die "make install failed"
}
diff --git a/app-portage/profuse/profuse-0.15.ebuild b/app-portage/profuse/profuse-0.15.ebuild
index ef6f790283c3..84ff014949fd 100644
--- a/app-portage/profuse/profuse-0.15.ebuild
+++ b/app-portage/profuse/profuse-0.15.ebuild
@@ -1,25 +1,19 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/profuse/profuse-0.15.ebuild,v 1.2 2005/07/09 02:21:07 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/profuse/profuse-0.15.ebuild,v 1.3 2005/07/09 02:35:44 swegener Exp $
-MY_P=${PN}-${PV}
-S=${WORKDIR}/${MY_P}
DESCRIPTION="use flags and profile gtk2 editor, with good features"
HOMEPAGE="http://libconf.net/profuse/"
-SRC_URI="http://libconf.net/profuse/download/${MY_P}.tar.bz2"
+SRC_URI="http://libconf.net/profuse/download/${P}.tar.bz2"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64"
IUSE=""
-DEPEND=">=dev-perl/gtk2-fu-0.05
+RDEPEND=">=dev-perl/gtk2-fu-0.05
>=dev-util/libconf-0.39.7"
-src_compile() {
- emake || die "make failed"
-}
-
src_install() {
- einstall PREFIX=${D}/usr
+ make install PREFIX="${D}"/usr || die "make install failed"
}
diff --git a/app-portage/profuse/profuse-0.16.ebuild b/app-portage/profuse/profuse-0.16.ebuild
index 8ddb1a765feb..92d4ee66940f 100644
--- a/app-portage/profuse/profuse-0.16.ebuild
+++ b/app-portage/profuse/profuse-0.16.ebuild
@@ -1,25 +1,19 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/profuse/profuse-0.16.ebuild,v 1.2 2005/07/09 02:21:07 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/profuse/profuse-0.16.ebuild,v 1.3 2005/07/09 02:35:44 swegener Exp $
-MY_P=${PN}-${PV}
-S=${WORKDIR}/${MY_P}
DESCRIPTION="use flags and profile gtk2 editor, with good features"
HOMEPAGE="http://libconf.net/profuse/"
-SRC_URI="http://libconf.net/profuse/download/${MY_P}.tar.bz2"
+SRC_URI="http://libconf.net/profuse/download/${P}.tar.bz2"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64"
IUSE=""
-DEPEND=">=dev-perl/gtk2-fu-0.05
+RDEPEND=">=dev-perl/gtk2-fu-0.05
>=dev-util/libconf-0.39.9"
-src_compile() {
- emake || die "make failed"
-}
-
src_install() {
- einstall PREFIX=${D}/usr
+ make install PREFIX="${D}"/usr || die "make install failed"
}
diff --git a/app-portage/profuse/profuse-0.17.ebuild b/app-portage/profuse/profuse-0.17.ebuild
index 5b5003c0f999..e5c593668433 100644
--- a/app-portage/profuse/profuse-0.17.ebuild
+++ b/app-portage/profuse/profuse-0.17.ebuild
@@ -1,25 +1,19 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/profuse/profuse-0.17.ebuild,v 1.2 2005/07/09 02:21:07 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/profuse/profuse-0.17.ebuild,v 1.3 2005/07/09 02:35:44 swegener Exp $
-MY_P=${PN}-${PV}
-S=${WORKDIR}/${MY_P}
DESCRIPTION="use flags and profile gtk2 editor, with good features"
HOMEPAGE="http://libconf.net/profuse/"
-SRC_URI="http://libconf.net/profuse/download/${MY_P}.tar.bz2"
+SRC_URI="http://libconf.net/profuse/download/${P}.tar.bz2"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64"
IUSE=""
-DEPEND=">=dev-perl/gtk2-fu-0.05
+RDEPEND=">=dev-perl/gtk2-fu-0.05
>=dev-util/libconf-0.39.9"
-src_compile() {
- emake || die "make failed"
-}
-
src_install() {
- einstall PREFIX=${D}/usr
+ make install PREFIX="${D}"/usr || die "make install failed"
}
diff --git a/app-portage/profuse/profuse-0.18.1.ebuild b/app-portage/profuse/profuse-0.18.1.ebuild
index 5fa7784c802c..4e6ac555ed3e 100644
--- a/app-portage/profuse/profuse-0.18.1.ebuild
+++ b/app-portage/profuse/profuse-0.18.1.ebuild
@@ -1,25 +1,19 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/profuse/profuse-0.18.1.ebuild,v 1.2 2005/07/09 02:21:07 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/profuse/profuse-0.18.1.ebuild,v 1.3 2005/07/09 02:35:44 swegener Exp $
-MY_P=${PN}-${PV}
-S=${WORKDIR}/${MY_P}
DESCRIPTION="use flags and profile gtk2 editor, with good features"
HOMEPAGE="http://libconf.net/profuse/"
-SRC_URI="http://libconf.net/profuse/download/${MY_P}.tar.bz2"
+SRC_URI="http://libconf.net/profuse/download/${P}.tar.bz2"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64"
IUSE=""
-DEPEND=">=dev-perl/gtk2-fu-0.05
+RDEPEND=">=dev-perl/gtk2-fu-0.05
>=dev-util/libconf-0.39.10"
-src_compile() {
- emake || die "make failed"
-}
-
src_install() {
- einstall PREFIX=${D}/usr
+ make install PREFIX="${D}"/usr || die "make install failed"
}
diff --git a/app-portage/profuse/profuse-0.18.ebuild b/app-portage/profuse/profuse-0.18.ebuild
index b13d8fd97bcd..07dbf1304e69 100644
--- a/app-portage/profuse/profuse-0.18.ebuild
+++ b/app-portage/profuse/profuse-0.18.ebuild
@@ -1,25 +1,19 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/profuse/profuse-0.18.ebuild,v 1.2 2005/07/09 02:21:07 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/profuse/profuse-0.18.ebuild,v 1.3 2005/07/09 02:35:44 swegener Exp $
-MY_P=${PN}-${PV}
-S=${WORKDIR}/${MY_P}
DESCRIPTION="use flags and profile gtk2 editor, with good features"
HOMEPAGE="http://libconf.net/profuse/"
-SRC_URI="http://libconf.net/profuse/download/${MY_P}.tar.bz2"
+SRC_URI="http://libconf.net/profuse/download/${P}.tar.bz2"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64"
IUSE=""
-DEPEND=">=dev-perl/gtk2-fu-0.05
+RDEPEND=">=dev-perl/gtk2-fu-0.05
>=dev-util/libconf-0.39.10"
-src_compile() {
- emake || die "make failed"
-}
-
src_install() {
- einstall PREFIX=${D}/usr
+ make install PREFIX="${D}"/usr || die "make install failed"
}
diff --git a/app-portage/profuse/profuse-0.20.1.ebuild b/app-portage/profuse/profuse-0.20.1.ebuild
index f69a08591950..740298a9ddb2 100644
--- a/app-portage/profuse/profuse-0.20.1.ebuild
+++ b/app-portage/profuse/profuse-0.20.1.ebuild
@@ -1,25 +1,19 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/profuse/profuse-0.20.1.ebuild,v 1.3 2005/07/09 02:21:07 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/profuse/profuse-0.20.1.ebuild,v 1.4 2005/07/09 02:35:44 swegener Exp $
-MY_P=${PN}-${PV}
-S=${WORKDIR}/${MY_P}
DESCRIPTION="use flags and profile gtk2 editor, with good features"
HOMEPAGE="http://libconf.net/profuse/"
-SRC_URI="http://libconf.net/profuse/download/${MY_P}.tar.bz2"
+SRC_URI="http://libconf.net/profuse/download/${P}.tar.bz2"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64"
IUSE=""
-DEPEND=">=dev-perl/gtk2-fu-0.06
+RDEPEND=">=dev-perl/gtk2-fu-0.06
>=dev-util/libconf-0.39.15"
-src_compile() {
- emake || die "make failed"
-}
-
src_install() {
- einstall PREFIX=${D}/usr
+ make install PREFIX="${D}"/usr || die "make install failed"
}
diff --git a/app-portage/profuse/profuse-0.20.2-r1.ebuild b/app-portage/profuse/profuse-0.20.2-r1.ebuild
index cee5bd61a53e..d49db6576b31 100644
--- a/app-portage/profuse/profuse-0.20.2-r1.ebuild
+++ b/app-portage/profuse/profuse-0.20.2-r1.ebuild
@@ -1,25 +1,19 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/profuse/profuse-0.20.2-r1.ebuild,v 1.2 2005/07/09 02:21:07 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/profuse/profuse-0.20.2-r1.ebuild,v 1.3 2005/07/09 02:35:44 swegener Exp $
-MY_P=${PN}-${PV}
-S=${WORKDIR}/${MY_P}
DESCRIPTION="use flags and profile gtk2 editor, with good features"
HOMEPAGE="http://libconf.net/profuse/"
-SRC_URI="http://libconf.net/profuse/download/${MY_P}.tar.bz2"
+SRC_URI="http://libconf.net/profuse/download/${P}.tar.bz2"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64"
IUSE=""
-DEPEND=">=dev-perl/gtk2-fu-0.06
+RDEPEND=">=dev-perl/gtk2-fu-0.06
>=dev-util/libconf-0.39.16"
-src_compile() {
- emake || die "make failed"
-}
-
src_install() {
- einstall PREFIX=${D}/usr
+ make install PREFIX="${D}"/usr || die "make install failed"
}
diff --git a/app-portage/profuse/profuse-0.20.2.ebuild b/app-portage/profuse/profuse-0.20.2.ebuild
index 5e4340ead8f2..07c5943c6b34 100644
--- a/app-portage/profuse/profuse-0.20.2.ebuild
+++ b/app-portage/profuse/profuse-0.20.2.ebuild
@@ -1,25 +1,19 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/profuse/profuse-0.20.2.ebuild,v 1.2 2005/07/09 02:21:07 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/profuse/profuse-0.20.2.ebuild,v 1.3 2005/07/09 02:35:44 swegener Exp $
-MY_P=${PN}-${PV}
-S=${WORKDIR}/${MY_P}
DESCRIPTION="use flags and profile gtk2 editor, with good features"
HOMEPAGE="http://libconf.net/profuse/"
-SRC_URI="http://libconf.net/profuse/download/${MY_P}.tar.bz2"
+SRC_URI="http://libconf.net/profuse/download/${P}.tar.bz2"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64"
IUSE=""
-DEPEND=">=dev-perl/gtk2-fu-0.06
+RDEPEND=">=dev-perl/gtk2-fu-0.06
>=dev-util/libconf-0.39.15"
-src_compile() {
- emake || die "make failed"
-}
-
src_install() {
- einstall PREFIX=${D}/usr
+ make install PREFIX="${D}"/usr || die "make install failed"
}
diff --git a/app-portage/profuse/profuse-0.20.3.ebuild b/app-portage/profuse/profuse-0.20.3.ebuild
index 1c1754151d98..cc39dfa3d09d 100644
--- a/app-portage/profuse/profuse-0.20.3.ebuild
+++ b/app-portage/profuse/profuse-0.20.3.ebuild
@@ -1,25 +1,19 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/profuse/profuse-0.20.3.ebuild,v 1.3 2005/07/09 02:21:07 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/profuse/profuse-0.20.3.ebuild,v 1.4 2005/07/09 02:35:44 swegener Exp $
-MY_P=${PN}-${PV}
-S=${WORKDIR}/${MY_P}
DESCRIPTION="use flags and profile gtk2 editor, with good features"
HOMEPAGE="http://libconf.net/profuse/"
-SRC_URI="http://libconf.net/profuse/download/${MY_P}.tar.bz2"
+SRC_URI="http://libconf.net/profuse/download/${P}.tar.bz2"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa"
IUSE=""
-DEPEND=">=dev-perl/gtk2-fu-0.06
+RDEPEND=">=dev-perl/gtk2-fu-0.06
>=dev-util/libconf-0.39.16"
-src_compile() {
- emake || die "make failed"
-}
-
src_install() {
- einstall PREFIX=${D}/usr
+ make install PREFIX="${D}"/usr || die "make install failed"
}
diff --git a/app-portage/profuse/profuse-0.20.ebuild b/app-portage/profuse/profuse-0.20.ebuild
index bb7190b7c88e..af85ab9e8f40 100644
--- a/app-portage/profuse/profuse-0.20.ebuild
+++ b/app-portage/profuse/profuse-0.20.ebuild
@@ -1,25 +1,19 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/profuse/profuse-0.20.ebuild,v 1.2 2005/07/09 02:21:07 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/profuse/profuse-0.20.ebuild,v 1.3 2005/07/09 02:35:44 swegener Exp $
-MY_P=${PN}-${PV}
-S=${WORKDIR}/${MY_P}
DESCRIPTION="use flags and profile gtk2 editor, with good features"
HOMEPAGE="http://libconf.net/profuse/"
-SRC_URI="http://libconf.net/profuse/download/${MY_P}.tar.bz2"
+SRC_URI="http://libconf.net/profuse/download/${P}.tar.bz2"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64"
IUSE=""
-DEPEND=">=dev-perl/gtk2-fu-0.06
+RDEPEND=">=dev-perl/gtk2-fu-0.06
>=dev-util/libconf-0.39.14"
-src_compile() {
- emake || die "make failed"
-}
-
src_install() {
- einstall PREFIX=${D}/usr
+ make install PREFIX="${D}"/usr || die "make install failed"
}
diff --git a/app-portage/profuse/profuse-0.21.0.ebuild b/app-portage/profuse/profuse-0.21.0.ebuild
index af63ccc78c30..c88499fcf2f2 100644
--- a/app-portage/profuse/profuse-0.21.0.ebuild
+++ b/app-portage/profuse/profuse-0.21.0.ebuild
@@ -1,29 +1,23 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/profuse/profuse-0.21.0.ebuild,v 1.4 2005/07/09 02:21:07 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/profuse/profuse-0.21.0.ebuild,v 1.5 2005/07/09 02:35:44 swegener Exp $
-MY_P=${PN}-${PV}
-S=${WORKDIR}/${MY_P}
DESCRIPTION="use flags and profile gtk2 editor, with good features and 3 GUIs."
HOMEPAGE="http://libconf.net/profuse/"
-SRC_URI="http://libconf.net/profuse/download/${MY_P}.tar.bz2"
+SRC_URI="http://libconf.net/profuse/download/${P}.tar.bz2"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86 ~ppc ~sparc"
IUSE="gtk ncurses"
-DEPEND="dev-lang/perl
+RDEPEND="dev-lang/perl
>=dev-util/dialog-1.0.20050206
dev-perl/TermReadKey
>=dev-util/libconf-0.39.16
gtk? ( >=dev-perl/gtk2-fu-0.07 )
ncurses? ( dev-perl/Curses-UI )"
-src_compile() {
- emake || die "make failed"
-}
-
src_install() {
- einstall PREFIX=${D}/usr
+ make install PREFIX="${D}"/usr || die "make install failed"
}
diff --git a/app-portage/profuse/profuse-0.22.0-r1.ebuild b/app-portage/profuse/profuse-0.22.0-r1.ebuild
index 00fb775fd162..5a4be2378dcb 100644
--- a/app-portage/profuse/profuse-0.22.0-r1.ebuild
+++ b/app-portage/profuse/profuse-0.22.0-r1.ebuild
@@ -1,29 +1,23 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/profuse/profuse-0.22.0-r1.ebuild,v 1.4 2005/07/09 02:21:07 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/profuse/profuse-0.22.0-r1.ebuild,v 1.5 2005/07/09 02:35:44 swegener Exp $
-MY_P=${PN}-${PV}
-S=${WORKDIR}/${MY_P}
DESCRIPTION="use flags editor, with good features and 3 GUIs (dialog, ncurses and gtk2)."
HOMEPAGE="http://libconf.net/profuse/"
-SRC_URI="http://libconf.net/profuse/download/${MY_P}.tar.bz2"
+SRC_URI="http://libconf.net/profuse/download/${P}.tar.bz2"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="-*"
IUSE="gtk ncurses"
-DEPEND="dev-lang/perl
+RDEPEND="dev-lang/perl
>=dev-util/dialog-1.0.20050206
dev-perl/TermReadKey
>=dev-util/libconf-0.39.16
gtk? ( >=dev-perl/gtk2-fu-0.08 )
!ppc64? ( ncurses? ( dev-perl/Curses-UI ) )"
-src_compile() {
- emake || die "make failed"
-}
-
src_install() {
- einstall PREFIX=${D}/usr
+ make install PREFIX="${D}"/usr || die "make install failed"
}
diff --git a/app-portage/profuse/profuse-0.22.0.ebuild b/app-portage/profuse/profuse-0.22.0.ebuild
index eebb205005b3..c15676279db9 100644
--- a/app-portage/profuse/profuse-0.22.0.ebuild
+++ b/app-portage/profuse/profuse-0.22.0.ebuild
@@ -1,29 +1,23 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/profuse/profuse-0.22.0.ebuild,v 1.7 2005/07/09 02:21:07 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/profuse/profuse-0.22.0.ebuild,v 1.8 2005/07/09 02:35:44 swegener Exp $
-MY_P=${PN}-${PV}
-S=${WORKDIR}/${MY_P}
DESCRIPTION="use flags editor, with good features and 3 GUIs (dialog, ncurses and gtk2)."
HOMEPAGE="http://libconf.net/profuse/"
-SRC_URI="http://libconf.net/profuse/download/${MY_P}.tar.bz2"
+SRC_URI="http://libconf.net/profuse/download/${P}.tar.bz2"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="-*"
IUSE="gtk ncurses"
-DEPEND="dev-lang/perl
+RDEPEND="dev-lang/perl
>=dev-util/dialog-1.0.20050206
dev-perl/TermReadKey
>=dev-util/libconf-0.39.16
gtk? ( >=dev-perl/gtk2-fu-0.08 )
!ppc64? ( ncurses? ( dev-perl/Curses-UI ) )"
-src_compile() {
- emake || die "make failed"
-}
-
src_install() {
- einstall PREFIX=${D}/usr
+ make install PREFIX="${D}"/usr || die "make install failed"
}
diff --git a/app-portage/profuse/profuse-0.22.1.ebuild b/app-portage/profuse/profuse-0.22.1.ebuild
index 1b2fb6f8efad..f51148592b90 100644
--- a/app-portage/profuse/profuse-0.22.1.ebuild
+++ b/app-portage/profuse/profuse-0.22.1.ebuild
@@ -1,29 +1,23 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/profuse/profuse-0.22.1.ebuild,v 1.5 2005/07/09 02:21:07 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/profuse/profuse-0.22.1.ebuild,v 1.6 2005/07/09 02:35:44 swegener Exp $
-MY_P=${PN}-${PV}
-S=${WORKDIR}/${MY_P}
DESCRIPTION="use flags editor, with good features and 3 GUIs (dialog, ncurses and gtk2)."
HOMEPAGE="http://libconf.net/profuse/"
-SRC_URI="http://libconf.net/profuse/download/${MY_P}.tar.bz2"
+SRC_URI="http://libconf.net/profuse/download/${P}.tar.bz2"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="ppc ~ppc64 ~sparc x86 ~amd64"
IUSE="gtk ncurses"
-DEPEND="dev-lang/perl
+RDEPEND="dev-lang/perl
>=dev-util/dialog-1.0.20050206
dev-perl/TermReadKey
>=dev-util/libconf-0.39.16
gtk? ( >=dev-perl/gtk2-fu-0.08 )
!ppc64? ( ncurses? ( dev-perl/Curses-UI ) )"
-src_compile() {
- emake || die "make failed"
-}
-
src_install() {
- einstall PREFIX=${D}/usr
+ make install PREFIX="${D}"/usr || die "make install failed"
}
diff --git a/app-portage/profuse/profuse-0.23.0.ebuild b/app-portage/profuse/profuse-0.23.0.ebuild
index c030c62093e7..54d103c7920b 100644
--- a/app-portage/profuse/profuse-0.23.0.ebuild
+++ b/app-portage/profuse/profuse-0.23.0.ebuild
@@ -1,29 +1,23 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/profuse/profuse-0.23.0.ebuild,v 1.4 2005/06/27 07:18:48 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/profuse/profuse-0.23.0.ebuild,v 1.5 2005/07/09 02:35:44 swegener Exp $
-MY_P=${PN}-${PV}
-S=${WORKDIR}/${MY_P}
DESCRIPTION="use flags editor, with good features and 3 GUIs (dialog, ncurses and gtk2)."
HOMEPAGE="http://libconf.net/profuse/"
-SRC_URI="http://libconf.net/profuse/download/${MY_P}.tar.bz2"
+SRC_URI="http://libconf.net/profuse/download/${P}.tar.bz2"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ppc ppc64 ~sparc x86"
IUSE="gtk ncurses"
-DEPEND="dev-lang/perl
+RDEPEND="dev-lang/perl
>=dev-util/dialog-1.0.20050206
dev-perl/TermReadKey
>=dev-util/libconf-0.39.21
gtk? ( >=dev-perl/gtk2-fu-0.10 )
ncurses? ( dev-perl/Curses-UI )"
-src_compile() {
- emake || die "make failed"
-}
-
src_install() {
- einstall PREFIX=${D}/usr
+ make install PREFIX="${D}"/usr || die "make install failed"
}