summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2011-10-16 10:17:17 +0000
committerFabian Groffen <grobian@gentoo.org>2011-10-16 10:17:17 +0000
commitcf9d0a199ed3f2f218c5d81a90e7c2fe5d819333 (patch)
tree9901a5e6359542e25a47f7710e3d9b809df45c1c /sys-devel/gdb-apple
parentVersion bump, remove old. (diff)
downloadgentoo-2-cf9d0a199ed3f2f218c5d81a90e7c2fe5d819333.tar.gz
gentoo-2-cf9d0a199ed3f2f218c5d81a90e7c2fe5d819333.tar.bz2
gentoo-2-cf9d0a199ed3f2f218c5d81a90e7c2fe5d819333.zip
Fix quoting
(Portage version: 2.2.01.19478-prefix/cvs/Darwin i386)
Diffstat (limited to 'sys-devel/gdb-apple')
-rw-r--r--sys-devel/gdb-apple/ChangeLog8
-rw-r--r--sys-devel/gdb-apple/gdb-apple-1344.ebuild4
-rw-r--r--sys-devel/gdb-apple/gdb-apple-1346.ebuild4
-rw-r--r--sys-devel/gdb-apple/gdb-apple-1461.ebuild4
-rw-r--r--sys-devel/gdb-apple/gdb-apple-1518.ebuild4
-rw-r--r--sys-devel/gdb-apple/gdb-apple-1705.ebuild4
-rw-r--r--sys-devel/gdb-apple/gdb-apple-563.ebuild4
-rw-r--r--sys-devel/gdb-apple/gdb-apple-768-r1.ebuild4
-rw-r--r--sys-devel/gdb-apple/gdb-apple-960.ebuild4
-rw-r--r--sys-devel/gdb-apple/gdb-apple-962.ebuild4
-rw-r--r--sys-devel/gdb-apple/gdb-apple-966.ebuild4
11 files changed, 27 insertions, 21 deletions
diff --git a/sys-devel/gdb-apple/ChangeLog b/sys-devel/gdb-apple/ChangeLog
index 28c95e364de3..f15f21db0faa 100644
--- a/sys-devel/gdb-apple/ChangeLog
+++ b/sys-devel/gdb-apple/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-devel/gdb-apple
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb-apple/ChangeLog,v 1.15 2011/09/25 10:54:43 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb-apple/ChangeLog,v 1.16 2011/10/16 10:17:17 grobian Exp $
+
+ 16 Oct 2011; Fabian Groffen <grobian@gentoo.org> gdb-apple-768-r1.ebuild,
+ gdb-apple-1461.ebuild, gdb-apple-1518.ebuild, gdb-apple-1346.ebuild,
+ gdb-apple-966.ebuild, gdb-apple-960.ebuild, gdb-apple-1344.ebuild,
+ gdb-apple-1705.ebuild, gdb-apple-563.ebuild, gdb-apple-962.ebuild:
+ Fix quoting
25 Sep 2011; Fabian Groffen <grobian@gentoo.org> gdb-apple-1705.ebuild,
+files/gdb-apple-1705-darwin8-10.patch:
diff --git a/sys-devel/gdb-apple/gdb-apple-1344.ebuild b/sys-devel/gdb-apple/gdb-apple-1344.ebuild
index 5183d7b42aae..e428cd305be0 100644
--- a/sys-devel/gdb-apple/gdb-apple-1344.ebuild
+++ b/sys-devel/gdb-apple/gdb-apple-1344.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb-apple/gdb-apple-1344.ebuild,v 1.3 2010/03/05 16:25:26 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb-apple/gdb-apple-1344.ebuild,v 1.4 2011/10/16 10:17:17 grobian Exp $
EAPI="3"
@@ -44,7 +44,7 @@ src_install() {
emake DESTDIR="${D}" libdir=/nukeme includedir=/nukeme install || die
rm -R "${D}"/nukeme || die
rm -Rf "${ED}"/usr/${CHOST} || die
- mv "${ED}"/usr/bin/gdb ${ED}/
+ mv "${ED}"/usr/bin/gdb "${ED}"/
rm -f "${ED}"/usr/bin/*
mv "${ED}"/gdb "${ED}"/usr/bin/
}
diff --git a/sys-devel/gdb-apple/gdb-apple-1346.ebuild b/sys-devel/gdb-apple/gdb-apple-1346.ebuild
index b5738d48bda0..63648d78199e 100644
--- a/sys-devel/gdb-apple/gdb-apple-1346.ebuild
+++ b/sys-devel/gdb-apple/gdb-apple-1346.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb-apple/gdb-apple-1346.ebuild,v 1.2 2010/03/05 16:25:26 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb-apple/gdb-apple-1346.ebuild,v 1.3 2011/10/16 10:17:17 grobian Exp $
EAPI="3"
@@ -44,7 +44,7 @@ src_install() {
emake DESTDIR="${D}" libdir=/nukeme includedir=/nukeme install || die
rm -R "${D}"/nukeme || die
rm -Rf "${ED}"/usr/${CHOST} || die
- mv "${ED}"/usr/bin/gdb ${ED}/
+ mv "${ED}"/usr/bin/gdb "${ED}"/
rm -f "${ED}"/usr/bin/*
mv "${ED}"/gdb "${ED}"/usr/bin/
}
diff --git a/sys-devel/gdb-apple/gdb-apple-1461.ebuild b/sys-devel/gdb-apple/gdb-apple-1461.ebuild
index 3c95f63bfad0..f2988aa07ab0 100644
--- a/sys-devel/gdb-apple/gdb-apple-1461.ebuild
+++ b/sys-devel/gdb-apple/gdb-apple-1461.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb-apple/gdb-apple-1461.ebuild,v 1.2 2010/05/23 13:40:00 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb-apple/gdb-apple-1461.ebuild,v 1.3 2011/10/16 10:17:17 grobian Exp $
EAPI="3"
@@ -48,7 +48,7 @@ src_install() {
emake DESTDIR="${D}" libdir=/nukeme includedir=/nukeme install || die
rm -R "${D}"/nukeme || die
rm -Rf "${ED}"/usr/${CHOST} || die
- mv "${ED}"/usr/bin/gdb ${ED}/
+ mv "${ED}"/usr/bin/gdb "${ED}"/
rm -f "${ED}"/usr/bin/*
mv "${ED}"/gdb "${ED}"/usr/bin/
}
diff --git a/sys-devel/gdb-apple/gdb-apple-1518.ebuild b/sys-devel/gdb-apple/gdb-apple-1518.ebuild
index 9979cfff1c50..d88483f5d343 100644
--- a/sys-devel/gdb-apple/gdb-apple-1518.ebuild
+++ b/sys-devel/gdb-apple/gdb-apple-1518.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb-apple/gdb-apple-1518.ebuild,v 1.2 2011/07/11 12:08:37 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb-apple/gdb-apple-1518.ebuild,v 1.3 2011/10/16 10:17:17 grobian Exp $
EAPI="3"
@@ -46,7 +46,7 @@ src_install() {
emake DESTDIR="${D}" libdir=/nukeme includedir=/nukeme install || die
rm -R "${D}"/nukeme || die
rm -Rf "${ED}"/usr/${CHOST} || die
- mv "${ED}"/usr/bin/gdb ${ED}/
+ mv "${ED}"/usr/bin/gdb "${ED}"/
rm -f "${ED}"/usr/bin/*
mv "${ED}"/gdb "${ED}"/usr/bin/
}
diff --git a/sys-devel/gdb-apple/gdb-apple-1705.ebuild b/sys-devel/gdb-apple/gdb-apple-1705.ebuild
index d127c3c631b8..9adc7bb95580 100644
--- a/sys-devel/gdb-apple/gdb-apple-1705.ebuild
+++ b/sys-devel/gdb-apple/gdb-apple-1705.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb-apple/gdb-apple-1705.ebuild,v 1.3 2011/09/25 10:54:43 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb-apple/gdb-apple-1705.ebuild,v 1.4 2011/10/16 10:17:17 grobian Exp $
EAPI="3"
@@ -51,7 +51,7 @@ src_install() {
emake -j2 DESTDIR="${D}" libdir=/nukeme includedir=/nukeme install || die
rm -R "${D}"/nukeme || die
rm -Rf "${ED}"/usr/${CHOST} || die
- mv "${ED}"/usr/bin/gdb ${ED}/
+ mv "${ED}"/usr/bin/gdb "${ED}"/
rm -f "${ED}"/usr/bin/*
mv "${ED}"/gdb "${ED}"/usr/bin/
}
diff --git a/sys-devel/gdb-apple/gdb-apple-563.ebuild b/sys-devel/gdb-apple/gdb-apple-563.ebuild
index 1a942500a61d..d036b518978b 100644
--- a/sys-devel/gdb-apple/gdb-apple-563.ebuild
+++ b/sys-devel/gdb-apple/gdb-apple-563.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb-apple/gdb-apple-563.ebuild,v 1.2 2010/03/05 16:25:26 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb-apple/gdb-apple-563.ebuild,v 1.3 2011/10/16 10:17:17 grobian Exp $
EAPI="3"
@@ -45,7 +45,7 @@ src_install() {
emake DESTDIR="${D}" libdir=/nukeme includedir=/nukeme install || die
rm -r "${D}"/nukeme || die
rm -Rf "${ED}"/usr/${CHOST} || die
- mv "${ED}"/usr/bin/gdb ${ED}/
+ mv "${ED}"/usr/bin/gdb "${ED}"/
rm -f "${ED}"/usr/bin/*
mv "${ED}"/gdb "${ED}"/usr/bin/
}
diff --git a/sys-devel/gdb-apple/gdb-apple-768-r1.ebuild b/sys-devel/gdb-apple/gdb-apple-768-r1.ebuild
index d5534b725621..66d937e52f4f 100644
--- a/sys-devel/gdb-apple/gdb-apple-768-r1.ebuild
+++ b/sys-devel/gdb-apple/gdb-apple-768-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb-apple/gdb-apple-768-r1.ebuild,v 1.2 2010/03/05 16:25:26 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb-apple/gdb-apple-768-r1.ebuild,v 1.3 2011/10/16 10:17:17 grobian Exp $
EAPI="3"
@@ -44,7 +44,7 @@ src_install() {
emake DESTDIR="${D}" libdir=/nukeme includedir=/nukeme install || die
rm -r "${D}"/nukeme || die
rm -Rf "${ED}"/usr/${CHOST} || die
- mv "${ED}"/usr/bin/gdb ${ED}/
+ mv "${ED}"/usr/bin/gdb "${ED}"/
rm -f "${ED}"/usr/bin/*
mv "${ED}"/gdb "${ED}"/usr/bin/
}
diff --git a/sys-devel/gdb-apple/gdb-apple-960.ebuild b/sys-devel/gdb-apple/gdb-apple-960.ebuild
index 2147ee9370f5..0782f62ba001 100644
--- a/sys-devel/gdb-apple/gdb-apple-960.ebuild
+++ b/sys-devel/gdb-apple/gdb-apple-960.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb-apple/gdb-apple-960.ebuild,v 1.2 2010/03/05 16:25:26 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb-apple/gdb-apple-960.ebuild,v 1.3 2011/10/16 10:17:17 grobian Exp $
EAPI="3"
@@ -44,7 +44,7 @@ src_install() {
emake DESTDIR="${D}" libdir=/nukeme includedir=/nukeme install || die
rm -r "$D"/nukeme || die
rm -Rf "${ED}"/usr/${CHOST} || die
- mv "${ED}"/usr/bin/gdb ${ED}/
+ mv "${ED}"/usr/bin/gdb "${ED}"/
rm -f "${ED}"/usr/bin/*
mv "${ED}"/gdb "${ED}"/usr/bin/
}
diff --git a/sys-devel/gdb-apple/gdb-apple-962.ebuild b/sys-devel/gdb-apple/gdb-apple-962.ebuild
index 86633707a6ac..5521ae982753 100644
--- a/sys-devel/gdb-apple/gdb-apple-962.ebuild
+++ b/sys-devel/gdb-apple/gdb-apple-962.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb-apple/gdb-apple-962.ebuild,v 1.4 2010/03/05 16:25:26 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb-apple/gdb-apple-962.ebuild,v 1.5 2011/10/16 10:17:17 grobian Exp $
EAPI="3"
@@ -47,7 +47,7 @@ src_install() {
emake DESTDIR="${D}" libdir=/nukeme includedir=/nukeme install || die
rm -r "${D}"/nukeme || die
rm -Rf "${ED}"/usr/${CHOST} || die
- mv "${ED}"/usr/bin/gdb ${ED}/
+ mv "${ED}"/usr/bin/gdb "${ED}"/
rm -f "${ED}"/usr/bin/*
mv "${ED}"/gdb "${ED}"/usr/bin/
}
diff --git a/sys-devel/gdb-apple/gdb-apple-966.ebuild b/sys-devel/gdb-apple/gdb-apple-966.ebuild
index 766fa0e086bd..64e5048806fa 100644
--- a/sys-devel/gdb-apple/gdb-apple-966.ebuild
+++ b/sys-devel/gdb-apple/gdb-apple-966.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb-apple/gdb-apple-966.ebuild,v 1.4 2010/03/05 16:25:26 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb-apple/gdb-apple-966.ebuild,v 1.5 2011/10/16 10:17:17 grobian Exp $
EAPI="3"
@@ -47,7 +47,7 @@ src_install() {
emake DESTDIR="${D}" libdir=/nukeme includedir=/nukeme install || die
rm -R "${D}"/nukeme || die
rm -Rf "${ED}"/usr/${CHOST} || die
- mv "${ED}"/usr/bin/gdb ${ED}/
+ mv "${ED}"/usr/bin/gdb "${ED}"/
rm -f "${ED}"/usr/bin/*
mv "${ED}"/gdb "${ED}"/usr/bin/
}