diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-12 01:05:42 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-12 01:05:42 +0000 |
commit | 8371542e66e85c37c70b4d2edea629bc8057346c (patch) | |
tree | 01713455823418d7776d14315804547878e3ba07 /dev-util/devel-chroots | |
parent | stable on amd64 (diff) | |
download | historical-8371542e66e85c37c70b4d2edea629bc8057346c.tar.gz historical-8371542e66e85c37c70b4d2edea629bc8057346c.tar.bz2 historical-8371542e66e85c37c70b4d2edea629bc8057346c.zip |
whitespace
Package-Manager: portage-2.1.2.9
Diffstat (limited to 'dev-util/devel-chroots')
-rw-r--r-- | dev-util/devel-chroots/devel-chroots-1.0.1.ebuild | 3 | ||||
-rw-r--r-- | dev-util/devel-chroots/devel-chroots-2.0.0.ebuild | 3 | ||||
-rw-r--r-- | dev-util/devel-chroots/devel-chroots-2.1.0.ebuild | 4 |
3 files changed, 3 insertions, 7 deletions
diff --git a/dev-util/devel-chroots/devel-chroots-1.0.1.ebuild b/dev-util/devel-chroots/devel-chroots-1.0.1.ebuild index 23a36c92b0bb..27649e68dd76 100644 --- a/dev-util/devel-chroots/devel-chroots-1.0.1.ebuild +++ b/dev-util/devel-chroots/devel-chroots-1.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/devel-chroots/devel-chroots-1.0.1.ebuild,v 1.8 2007/04/25 18:47:07 pappy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/devel-chroots/devel-chroots-1.0.1.ebuild,v 1.9 2007/07/12 01:05:42 mr_bones_ Exp $ DESCRIPTION="Gentoo Developer chroots installation/configuration launcher" HOMEPAGE="http://www.gentoo.org/proj/en/hardened/docs/devel-chroots-intro.xml" @@ -30,4 +30,3 @@ src_compile() { src_install() { make DESTDIR="${D}" install || die } - diff --git a/dev-util/devel-chroots/devel-chroots-2.0.0.ebuild b/dev-util/devel-chroots/devel-chroots-2.0.0.ebuild index d98534fdd3dd..d59c926f9dde 100644 --- a/dev-util/devel-chroots/devel-chroots-2.0.0.ebuild +++ b/dev-util/devel-chroots/devel-chroots-2.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/devel-chroots/devel-chroots-2.0.0.ebuild,v 1.4 2007/04/25 18:47:07 pappy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/devel-chroots/devel-chroots-2.0.0.ebuild,v 1.5 2007/07/12 01:05:42 mr_bones_ Exp $ DESCRIPTION="Gentoo Developer chroots installation/configuration" HOMEPAGE="http://www.gentoo.org/proj/en/hardened/docs/devel-chroots-intro.xml" @@ -35,4 +35,3 @@ pkg_postinst() { elog "in the /etc/conf.d/devel-chroots configuration file." fi } - diff --git a/dev-util/devel-chroots/devel-chroots-2.1.0.ebuild b/dev-util/devel-chroots/devel-chroots-2.1.0.ebuild index c8ed30e5b8ea..b0f68d25d840 100644 --- a/dev-util/devel-chroots/devel-chroots-2.1.0.ebuild +++ b/dev-util/devel-chroots/devel-chroots-2.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/devel-chroots/devel-chroots-2.1.0.ebuild,v 1.2 2007/06/15 15:23:34 pappy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/devel-chroots/devel-chroots-2.1.0.ebuild,v 1.3 2007/07/12 01:05:42 mr_bones_ Exp $ DESCRIPTION="Gentoo Developer chroots installation/configuration" HOMEPAGE="http://www.gentoo.org/proj/en/hardened/docs/devel-chroots.xml" @@ -23,5 +23,3 @@ src_install() { doinitd "${S}/etc/init.d/${PN}" dosbin "${S}/usr/sbin/${PN}" } - - |