summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-11-04 03:01:55 +0000
committerMike Frysinger <vapier@gentoo.org>2007-11-04 03:01:55 +0000
commit180c16bfa7cfd1bf63c09405e4a4004dea3809fe (patch)
tree46f03a95eab5bb7d1e747237d94a9b4ee8e90766 /sys-devel/crossdev/files
parentold (diff)
downloadgentoo-2-180c16bfa7cfd1bf63c09405e4a4004dea3809fe.tar.gz
gentoo-2-180c16bfa7cfd1bf63c09405e4a4004dea3809fe.tar.bz2
gentoo-2-180c16bfa7cfd1bf63c09405e4a4004dea3809fe.zip
Stop using -* now that we have ** and the meaning of -* is changing.
(Portage version: 2.1.3.16, RepoMan options: --force)
Diffstat (limited to 'sys-devel/crossdev/files')
-rwxr-xr-xsys-devel/crossdev/files/crossdev4
-rwxr-xr-xsys-devel/crossdev/files/crossdev-stable4
-rw-r--r--sys-devel/crossdev/files/digest-crossdev-0.9.18-r50
3 files changed, 4 insertions, 4 deletions
diff --git a/sys-devel/crossdev/files/crossdev b/sys-devel/crossdev/files/crossdev
index e68b94bdc6e0..23502696c87a 100755
--- a/sys-devel/crossdev/files/crossdev
+++ b/sys-devel/crossdev/files/crossdev
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v 1.99 2007/10/07 02:00:27 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v 1.100 2007/11/04 03:01:55 vapier Exp $
cd /
umask 0022 #159111
@@ -483,7 +483,7 @@ set_keywords() {
[[ "${TARCH}" != "${HARCH}" ]] && keywords="${keywords} -${HARCH} -~${HARCH}"
echo "cross-${CTARGET}/${pkg} ${keywords}" >> ${output}
else
- echo "cross-${CTARGET}/${pkg} * ~* -* **" >> ${output}
+ echo "cross-${CTARGET}/${pkg} * ~* **" >> ${output}
if [[ -f package.mask ]] ; then
output="package.mask"
sed -i -e "/cross-${CTARGET}\/${pkg}/d" ${output}
diff --git a/sys-devel/crossdev/files/crossdev-stable b/sys-devel/crossdev/files/crossdev-stable
index f715d5da094d..78f253097bac 100755
--- a/sys-devel/crossdev/files/crossdev-stable
+++ b/sys-devel/crossdev/files/crossdev-stable
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev-stable,v 1.2 2007/05/05 05:12:12 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev-stable,v 1.3 2007/11/04 03:01:55 vapier Exp $
cd /
umask 0022 #159111
@@ -482,7 +482,7 @@ set_keywords() {
if [[ ${ver} == "[latest]" ]] || [[ -z ${ver} ]] ; then
echo "cross-${CTARGET}/${pkg} $TARCH ~$TARCH" >> ${output}
else
- echo "cross-${CTARGET}/${pkg} * ~* -*" >> ${output}
+ echo "cross-${CTARGET}/${pkg} * ~*" >> ${output}
if [[ -f package.mask ]] ; then
output="package.mask"
sed -i -e "/cross-${CTARGET}\/${pkg}/d" ${output}
diff --git a/sys-devel/crossdev/files/digest-crossdev-0.9.18-r5 b/sys-devel/crossdev/files/digest-crossdev-0.9.18-r5
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/sys-devel/crossdev/files/digest-crossdev-0.9.18-r5