diff options
author | Brent Baude <ranger@gentoo.org> | 2008-02-21 18:29:43 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2008-02-21 18:29:43 +0000 |
commit | 06a2e6ba515655f2a8c2ba4a0fc94437a27de3a4 (patch) | |
tree | 768ee49586406959e814bd5eeef8ed4f597c878f /sys-apps/ibm-powerpc-utils | |
parent | Version bump (diff) | |
download | gentoo-2-06a2e6ba515655f2a8c2ba4a0fc94437a27de3a4.tar.gz gentoo-2-06a2e6ba515655f2a8c2ba4a0fc94437a27de3a4.tar.bz2 gentoo-2-06a2e6ba515655f2a8c2ba4a0fc94437a27de3a4.zip |
Cleaning up random foo to make repoman fully happy
(Portage version: 2.1.4.4)
Diffstat (limited to 'sys-apps/ibm-powerpc-utils')
5 files changed, 24 insertions, 23 deletions
diff --git a/sys-apps/ibm-powerpc-utils/ChangeLog b/sys-apps/ibm-powerpc-utils/ChangeLog index 4ea6fdf4ab2e..2d8f3545c1c4 100644 --- a/sys-apps/ibm-powerpc-utils/ChangeLog +++ b/sys-apps/ibm-powerpc-utils/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/ibm-powerpc-utils # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ibm-powerpc-utils/ChangeLog,v 1.10 2008/01/05 20:33:54 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ibm-powerpc-utils/ChangeLog,v 1.11 2008/02/21 18:29:43 ranger Exp $ + + 21 Feb 2008; Brent Baude <ranger@gentoo.org> + ibm-powerpc-utils-1.0.0.ebuild, ibm-powerpc-utils-1.0.2.ebuild, + ibm-powerpc-utils-1.0.4.ebuild, ibm-powerpc-utils-1.0.6.ebuild: + Cleaning up random foo to make repoman fully happy *ibm-powerpc-utils-1.0.6 (05 Jan 2008) diff --git a/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.0.0.ebuild b/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.0.0.ebuild index 4a04e814977a..cf1153eb4b59 100644 --- a/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.0.0.ebuild +++ b/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.0.0.ebuild @@ -1,14 +1,13 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.0.0.ebuild,v 1.3 2006/04/19 01:14:49 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.0.0.ebuild,v 1.4 2008/02/21 18:29:43 ranger Exp $ inherit eutils MY_P="powerpc-utils-${PV}" -DESCRIPTION="The powerpc-utils package provides utilities for the maintainance -of the IBM and Apple powerpc platforms. It includes nvram, bootlist, -ofpathname, and snap." +DESCRIPTION="This package provides utilities for the maintainance +of the IBM and Apple powerpc platforms. " SRC_URI="http://powerpc-utils.ozlabs.org/releases/${MY_P}.tar.gz" HOMEPAGE="http://powerpc-utils.ozlabs.org/" @@ -24,7 +23,7 @@ RDEPEND="!sys-apps/ppc64-utils" src_unpack() { unpack ${A} - epatch ${FILESDIR}/ibm-powerpc-utils-1.0.0-remove-doc.patch + epatch "${FILESDIR}"/ibm-powerpc-utils-1.0.0-remove-doc.patch } src_install() { diff --git a/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.0.2.ebuild b/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.0.2.ebuild index febf26fab341..ea85057f6acb 100644 --- a/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.0.2.ebuild +++ b/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.0.2.ebuild @@ -1,14 +1,13 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.0.2.ebuild,v 1.2 2006/05/28 19:33:42 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.0.2.ebuild,v 1.3 2008/02/21 18:29:43 ranger Exp $ inherit eutils MY_P="powerpc-utils-${PV}" -DESCRIPTION="The powerpc-utils package provides utilities for the maintainance -of the IBM and Apple powerpc platforms. It includes nvram, bootlist, -ofpathname, and snap." +DESCRIPTION="This package provides utilities for the maintainance +of the IBM and Apple powerpc platforms." SRC_URI="http://powerpc-utils.ozlabs.org/releases/${MY_P}.tar.gz" HOMEPAGE="http://powerpc-utils.ozlabs.org/" @@ -24,7 +23,7 @@ RDEPEND="!sys-apps/ppc64-utils" src_unpack() { unpack ${A} - epatch ${FILESDIR}/ibm-powerpc-utils-1.0.2-remove-doc.patch + epatch "${FILESDIR}"/ibm-powerpc-utils-1.0.2-remove-doc.patch } src_install() { diff --git a/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.0.4.ebuild b/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.0.4.ebuild index 56d82d290410..c159d64275e6 100644 --- a/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.0.4.ebuild +++ b/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.0.4.ebuild @@ -1,14 +1,13 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.0.4.ebuild,v 1.2 2008/01/05 20:29:25 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.0.4.ebuild,v 1.3 2008/02/21 18:29:43 ranger Exp $ inherit eutils MY_P="powerpc-utils-${PV}" -DESCRIPTION="The powerpc-utils package provides utilities for the maintainance -of the IBM and Apple powerpc platforms. It includes nvram, bootlist, -ofpathname, and snap." +DESCRIPTION="This package provides utilities for the maintainance +of the IBM and Apple powerpc platforms." SRC_URI="http://powerpc-utils.ozlabs.org/releases/${MY_P}.tar.gz" HOMEPAGE="http://powerpc-utils.ozlabs.org/" @@ -24,7 +23,7 @@ RDEPEND="!sys-apps/ppc64-utils" src_unpack() { unpack ${A} - epatch ${FILESDIR}/ibm-powerpc-utils-1.0.4-remove-doc.patch + epatch "${FILESDIR}"/ibm-powerpc-utils-1.0.4-remove-doc.patch } src_install() { diff --git a/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.0.6.ebuild b/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.0.6.ebuild index 854a7f527c6e..3f9ff7f170fe 100644 --- a/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.0.6.ebuild +++ b/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.0.6.ebuild @@ -1,14 +1,13 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.0.6.ebuild,v 1.1 2008/01/05 20:33:54 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.0.6.ebuild,v 1.2 2008/02/21 18:29:43 ranger Exp $ inherit eutils MY_P="powerpc-utils-${PV}" -DESCRIPTION="The powerpc-utils package provides utilities for the maintainance -of the IBM and Apple powerpc platforms. It includes nvram, bootlist, -ofpathname, and snap." +DESCRIPTION="This package provides utilities for the maintainance +of the IBM and Apple powerpc platforms." SRC_URI="http://powerpc-utils.ozlabs.org/releases/${MY_P}.tar.gz" HOMEPAGE="http://powerpc-utils.ozlabs.org/" @@ -24,7 +23,7 @@ RDEPEND="!sys-apps/ppc64-utils" src_unpack() { unpack ${A} - epatch ${FILESDIR}/ibm-powerpc-utils-1.0.6-remove-doc.patch + epatch "${FILESDIR}"/ibm-powerpc-utils-1.0.6-remove-doc.patch } src_install() { |