public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeroen Roovers (jer)" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/debootstrap: debootstrap-0.2.45-r1.ebuild ChangeLog debootstrap-1.0.9.ebuild debootstrap-1.0.10.ebuild debootstrap-0.3.3.2.ebuild
Date: Tue, 15 Jul 2008 17:55:04 +0000	[thread overview]
Message-ID: <E1KIojw-0001lJ-1i@stork.gentoo.org> (raw)

jer         08/07/15 17:55:04

  Modified:             debootstrap-0.2.45-r1.ebuild ChangeLog
                        debootstrap-1.0.9.ebuild debootstrap-1.0.10.ebuild
                        debootstrap-0.3.3.2.ebuild
  Log:
  Use PN instead of package name.
  (Portage version: 2.2_rc1/cvs/Linux 2.6.24-gentoo-r2-JeR i686)

Revision  Changes    Path
1.5                  dev-util/debootstrap/debootstrap-0.2.45-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/debootstrap/debootstrap-0.2.45-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/debootstrap/debootstrap-0.2.45-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/debootstrap/debootstrap-0.2.45-r1.ebuild?r1=1.4&r2=1.5

Index: debootstrap-0.2.45-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-0.2.45-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- debootstrap-0.2.45-r1.ebuild	19 Jan 2008 15:10:58 -0000	1.4
+++ debootstrap-0.2.45-r1.ebuild	15 Jul 2008 17:55:03 -0000	1.5
@@ -1,6 +1,6 @@
-# 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/dev-util/debootstrap/debootstrap-0.2.45-r1.ebuild,v 1.4 2008/01/19 15:10:58 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-0.2.45-r1.ebuild,v 1.5 2008/07/15 17:55:03 jer Exp ${PN}/${PN}-0.2.45-r1.ebuild,v 1.4 2008/01/19 15:10:58 drac Exp $
 
 MY_PV=${PV}-0.2
 DESCRIPTION="Debian bootstrap scripts"
@@ -8,7 +8,7 @@
 SLOT="0"
 LICENSE="GPL-2"
 KEYWORDS="amd64 ppc sparc x86"
-SRC_URI="mirror://debian/pool/main/d/debootstrap/debootstrap_${MY_PV}.tar.gz
+SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${MY_PV}.tar.gz
 	mirror://gentoo/devices.tar.gz"
 DEPEND="sys-devel/binutils
 	net-misc/wget
@@ -16,7 +16,7 @@
 IUSE=""
 
 src_unpack() {
-	unpack debootstrap_${MY_PV}.tar.gz
+	unpack ${PN}_${MY_PV}.tar.gz
 	cp ${DISTDIR}/devices.tar.gz "${S}"
 }
 



1.61                 dev-util/debootstrap/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/debootstrap/ChangeLog?rev=1.61&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/debootstrap/ChangeLog?rev=1.61&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/debootstrap/ChangeLog?r1=1.60&r2=1.61

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog	15 Jul 2008 17:48:04 -0000	1.60
+++ ChangeLog	15 Jul 2008 17:55:03 -0000	1.61
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/debootstrap
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v 1.60 2008/07/15 17:48:04 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v 1.61 2008/07/15 17:55:03 jer Exp $
+
+  15 Jul 2008; Jeroen Roovers <jer@gentoo.org> debootstrap-0.2.45-r1.ebuild,
+  debootstrap-0.3.3.2.ebuild, debootstrap-1.0.9.ebuild,
+  debootstrap-1.0.10.ebuild:
+  Use PN instead of package name.
 
   15 Jul 2008; Jeroen Roovers <jer@gentoo.org> -debootstrap-1.0.8.ebuild:
   Remove old version.



1.6                  dev-util/debootstrap/debootstrap-1.0.9.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.9.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.9.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.9.ebuild?r1=1.5&r2=1.6

Index: debootstrap-1.0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.9.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- debootstrap-1.0.9.ebuild	23 Jun 2008 14:28:39 -0000	1.5
+++ debootstrap-1.0.9.ebuild	15 Jul 2008 17:55:03 -0000	1.6
@@ -1,12 +1,12 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.9.ebuild,v 1.5 2008/06/23 14:28:39 gentoofan23 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.9.ebuild,v 1.6 2008/07/15 17:55:03 jer Exp ${PN}/${PN}-1.0.9.ebuild,v 1.5 2008/06/23 14:28:39 gentoofan23 Exp $
 
 inherit eutils
 
 DESCRIPTION="Debian/Ubuntu bootstrap scripts"
 HOMEPAGE="http://packages.qa.debian.org/d/debootstrap.html"
-SRC_URI="mirror://debian/pool/main/d/debootstrap/debootstrap_${PV}.tar.gz mirror://gentoo/devices.tar.gz"
+SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.gz mirror://gentoo/devices.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -20,7 +20,7 @@
 S=${WORKDIR}/${PN}
 
 src_unpack() {
-	unpack debootstrap_${PV}.tar.gz
+	unpack ${PN}_${PV}.tar.gz
 	cp "${DISTDIR}"/devices.tar.gz "${S}"
 }
 



1.2                  dev-util/debootstrap/debootstrap-1.0.10.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.10.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.10.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.10.ebuild?r1=1.1&r2=1.2

Index: debootstrap-1.0.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.10.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- debootstrap-1.0.10.ebuild	15 Jul 2008 17:46:08 -0000	1.1
+++ debootstrap-1.0.10.ebuild	15 Jul 2008 17:55:03 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.10.ebuild,v 1.1 2008/07/15 17:46:08 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.10.ebuild,v 1.2 2008/07/15 17:55:03 jer Exp ${PN}/${PN}-1.0.10.ebuild,v 1.1 2008/07/15 17:46:08 jer Exp $
 
 inherit eutils
 
@@ -20,7 +20,7 @@
 S=${WORKDIR}/${PN}
 
 src_unpack() {
-	unpack debootstrap_${PV}.tar.gz
+	unpack ${PN}_${PV}.tar.gz
 	cp "${DISTDIR}"/devices.tar.gz "${S}"
 }
 



1.7                  dev-util/debootstrap/debootstrap-0.3.3.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/debootstrap/debootstrap-0.3.3.2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/debootstrap/debootstrap-0.3.3.2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/debootstrap/debootstrap-0.3.3.2.ebuild?r1=1.6&r2=1.7

Index: debootstrap-0.3.3.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-0.3.3.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- debootstrap-0.3.3.2.ebuild	15 Aug 2007 20:08:52 -0000	1.6
+++ debootstrap-0.3.3.2.ebuild	15 Jul 2008 17:55:03 -0000	1.7
@@ -1,10 +1,10 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-0.3.3.2.ebuild,v 1.6 2007/08/15 20:08:52 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-0.3.3.2.ebuild,v 1.7 2008/07/15 17:55:03 jer Exp ${PN}/${PN}-0.3.3.2.ebuild,v 1.6 2007/08/15 20:08:52 gustavoz Exp $
 
 DESCRIPTION="Debian bootstrap scripts"
 HOMEPAGE="http://packages.qa.debian.org/d/debootstrap.html"
-SRC_URI="mirror://debian/pool/main/d/debootstrap/debootstrap_${PV}.tar.gz
+SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.gz
 	mirror://gentoo/devices.tar.gz"
 
 LICENSE="GPL-2"
@@ -17,7 +17,7 @@
 	!nodpkg? ( app-arch/dpkg )"
 
 src_unpack() {
-	unpack debootstrap_${PV}.tar.gz
+	unpack ${PN}_${PV}.tar.gz
 	cp "${DISTDIR}"/devices.tar.gz "${S}"/devices-std.tar.gz || die
 }
 



-- 
gentoo-commits@lists.gentoo.org mailing list



                 reply	other threads:[~2008-07-15 17:55 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1KIojw-0001lJ-1i@stork.gentoo.org \
    --to=jer@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox