summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Kinard <kumba@gentoo.org>2003-10-18 00:50:24 +0000
committerJoshua Kinard <kumba@gentoo.org>2003-10-18 00:50:24 +0000
commit336ae7347797ac775106f46d044e3fb7884b4cce (patch)
tree6328940055ac2b44ae02aad34807da0d169268f0 /sys-apps/file
parentSmall clean in file-4.06 to make it build on mips (diff)
downloadgentoo-2-336ae7347797ac775106f46d044e3fb7884b4cce.tar.gz
gentoo-2-336ae7347797ac775106f46d044e3fb7884b4cce.tar.bz2
gentoo-2-336ae7347797ac775106f46d044e3fb7884b4cce.zip
Small clean in file-4.06 to make it build on mips
Diffstat (limited to 'sys-apps/file')
-rw-r--r--sys-apps/file/ChangeLog8
-rw-r--r--sys-apps/file/Manifest6
-rw-r--r--sys-apps/file/file-4.05.ebuild3
-rw-r--r--sys-apps/file/file-4.06.ebuild11
4 files changed, 14 insertions, 14 deletions
diff --git a/sys-apps/file/ChangeLog b/sys-apps/file/ChangeLog
index da1fc4499436..bcc81213c40d 100644
--- a/sys-apps/file/ChangeLog
+++ b/sys-apps/file/ChangeLog
@@ -1,9 +1,15 @@
# ChangeLog for sys-apps/file
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.21 2003/10/16 20:40:43 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.22 2003/10/18 00:50:21 kumba Exp $
+
*file-4.06 (17 Oct 2003)
+ 17 Oct 2003; Joshua Kinard <kumba@gentoo.org> file-4.05.ebuild,
+ file-4.06.ebuild:
+ Added "cd ${S}" lines to file-4.05 and file-4.06, as well as removed the
+ uneeded sed statement from file-4.06, as the patch level is properly set now.
+
17 Oct 2003; Martin Holzer <mholzer@gentoo.org> file-4.06.ebuild:
Version bumped.
diff --git a/sys-apps/file/Manifest b/sys-apps/file/Manifest
index b1850508d624..3c513cfc421d 100644
--- a/sys-apps/file/Manifest
+++ b/sys-apps/file/Manifest
@@ -1,12 +1,12 @@
-MD5 78096fcf517deff6fc8ce790445086a6 ChangeLog 3473
+MD5 fd3066a20e607eac88ef38e99b74398b ChangeLog 3471
MD5 9199c0027f82ae3e018e2415de888492 file-3.37.ebuild 870
MD5 11c4331cb3a68b4bd5250959127e31c0 file-3.39.ebuild 1008
MD5 864d9d78ae48573d790cc598fcc4bc40 file-3.41.ebuild 1025
MD5 20dd962c51a7b039d867a7a99645fbb5 file-4.01.ebuild 936
MD5 e593a4a7dea3146bb413dea1737d48b6 file-4.02.ebuild 1093
MD5 eaf31df54d9fcbb759afd4c5e6dcfc7e file-4.03.ebuild 1102
-MD5 b1a2048bce0bea9ea6899a72eb642a90 file-4.05.ebuild 1841
-MD5 b6d4388a0979fd524a7787a406274000 file-4.06.ebuild 1381
+MD5 e193046ccfd778ae4353b86efeb8d205 file-4.05.ebuild 1841
+MD5 16272f7470d2f68ee98815ed4630b540 file-4.06.ebuild 1379
MD5 3a18c97dfcc727e6c1b701cc8c03af47 files/digest-file-3.37 267
MD5 950dd57055e8275bd852869557035f42 files/digest-file-3.39 268
MD5 eabc698678353b52ea7d9bfb724d4e1e files/digest-file-3.41 268
diff --git a/sys-apps/file/file-4.05.ebuild b/sys-apps/file/file-4.05.ebuild
index df6c7214d433..178977480aad 100644
--- a/sys-apps/file/file-4.05.ebuild
+++ b/sys-apps/file/file-4.05.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-4.05.ebuild,v 1.2 2003/10/12 05:52:20 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-4.05.ebuild,v 1.3 2003/10/18 00:50:21 kumba Exp $
inherit flag-o-matic
@@ -18,6 +18,7 @@ DEPEND="virtual/glibc"
src_unpack() {
unpack ${A}
+ cd ${S}
# (12 Oct 2003) <kumba@gentoo.org>
# This sed command fixes file's src/patchlevel.h to report the proper version
diff --git a/sys-apps/file/file-4.06.ebuild b/sys-apps/file/file-4.06.ebuild
index 2b8ecee4d2d8..09b638af3489 100644
--- a/sys-apps/file/file-4.06.ebuild
+++ b/sys-apps/file/file-4.06.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-4.06.ebuild,v 1.1 2003/10/16 20:40:43 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-4.06.ebuild,v 1.2 2003/10/18 00:50:21 kumba Exp $
inherit flag-o-matic
@@ -18,14 +18,7 @@ DEPEND="virtual/glibc"
src_unpack() {
unpack ${A}
-
- # (12 Oct 2003) <kumba@gentoo.org>
- # This sed command fixes file's src/patchlevel.h to report the proper version
- # information. Current, file-4.05 reports itself as file-4.04. An email is
- # Going to be sent to the author about this, so this little kludge will not
- # be needed with the next version of file.
- mv -f ${S}/src/patchlevel.h ${S}/src/patchlevel.h.orig
- sed -re 's/(#define\W+)(patchlevel\W+)4/\1\25/g' ${S}/src/patchlevel.h.orig > ${S}/src/patchlevel.h
+ cd ${S}
# (12 Oct 2003) <kumba@gentoo.org>
# This patch is for MIPS only. It slightly changes the 'file' output