diff options
author | ghen <ghen@pkgsrc.org> | 2006-04-03 18:17:54 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-04-03 18:17:54 +0000 |
commit | ee1958d357abba5efa70f5b638c59403c9c7759c (patch) | |
tree | b9bdcec82d1a21d1ff9c0415385173c547c11167 /emulators/suse100_libtiff | |
parent | c4e234f2bfd5f2d8d625d3d47403bdf34706126f (diff) | |
download | pkgsrc-ee1958d357abba5efa70f5b638c59403c9c7759c.tar.gz |
Unify all distinfo.${MACHINE_ARCH} distfiles into one distinfo file, so
that lintpkgsrc -or doesn't want to remove all suse100_* distfiles every
time (because it looks only at "distinfo").
To make it easy to maintain these distinfo files, add a "suse100-distinfo"
target (modelled after www/opera's "opera-distinfo" target), to regenerate
the distinfo file for all supported platforms.
Discussed with tonio.
Diffstat (limited to 'emulators/suse100_libtiff')
-rw-r--r-- | emulators/suse100_libtiff/Makefile | 3 | ||||
-rw-r--r-- | emulators/suse100_libtiff/distinfo | 11 | ||||
-rw-r--r-- | emulators/suse100_libtiff/distinfo.i386 | 5 | ||||
-rw-r--r-- | emulators/suse100_libtiff/distinfo.powerpc | 5 | ||||
-rw-r--r-- | emulators/suse100_libtiff/distinfo.x86_64 | 5 |
5 files changed, 12 insertions, 17 deletions
diff --git a/emulators/suse100_libtiff/Makefile b/emulators/suse100_libtiff/Makefile index 1ba08a928fa..0d9d2d3514b 100644 --- a/emulators/suse100_libtiff/Makefile +++ b/emulators/suse100_libtiff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/03/09 20:38:20 tonio Exp $ +# $NetBSD: Makefile,v 1.2 2006/04/03 18:17:55 ghen Exp $ DISTNAME= suse_libtiff-${SUSE_VERSION} CATEGORIES= emulators @@ -17,7 +17,6 @@ PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC .if exists(Makefile.${MACHINE_ARCH}) .include "Makefile.${MACHINE_ARCH}" -DISTINFO_FILE= ${.CURDIR}/distinfo.${MACHINE_ARCH} .endif .include "../../emulators/suse100_linux/Makefile.common" diff --git a/emulators/suse100_libtiff/distinfo b/emulators/suse100_libtiff/distinfo new file mode 100644 index 00000000000..ad27859dafb --- /dev/null +++ b/emulators/suse100_libtiff/distinfo @@ -0,0 +1,11 @@ +$NetBSD: distinfo,v 1.1 2006/04/03 18:17:55 ghen Exp $ + +SHA1 (suse100/i586/libtiff-3.7.3-2.i586.rpm) = 75a651891f164fdb5030550c4f1afa4fe30e7146 +RMD160 (suse100/i586/libtiff-3.7.3-2.i586.rpm) = 89a9a7f6f5849a46a5c01238d270f85bc76e6a36 +Size (suse100/i586/libtiff-3.7.3-2.i586.rpm) = 119710 bytes +SHA1 (suse100/ppc/libtiff-3.7.3-2.ppc.rpm) = c8b304983ea5e0b2a7502970c1671f4d5b8b89eb +RMD160 (suse100/ppc/libtiff-3.7.3-2.ppc.rpm) = 076959ab248aa5001c803ce88c8981fec19514a4 +Size (suse100/ppc/libtiff-3.7.3-2.ppc.rpm) = 137919 bytes +SHA1 (suse100/x86_64/libtiff-3.7.3-2.x86_64.rpm) = db4826b6f269a3c20df1cd14335376e6d069b0e9 +RMD160 (suse100/x86_64/libtiff-3.7.3-2.x86_64.rpm) = 099e87be107f2efa5bf52d8e0a3e7f1ac75d4b36 +Size (suse100/x86_64/libtiff-3.7.3-2.x86_64.rpm) = 128428 bytes diff --git a/emulators/suse100_libtiff/distinfo.i386 b/emulators/suse100_libtiff/distinfo.i386 deleted file mode 100644 index b7e6d1ced03..00000000000 --- a/emulators/suse100_libtiff/distinfo.i386 +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo.i386,v 1.1.1.1 2006/03/09 20:38:20 tonio Exp $ - -SHA1 (suse100/i586/libtiff-3.7.3-2.i586.rpm) = 75a651891f164fdb5030550c4f1afa4fe30e7146 -RMD160 (suse100/i586/libtiff-3.7.3-2.i586.rpm) = 89a9a7f6f5849a46a5c01238d270f85bc76e6a36 -Size (suse100/i586/libtiff-3.7.3-2.i586.rpm) = 119710 bytes diff --git a/emulators/suse100_libtiff/distinfo.powerpc b/emulators/suse100_libtiff/distinfo.powerpc deleted file mode 100644 index b040fb7ee96..00000000000 --- a/emulators/suse100_libtiff/distinfo.powerpc +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo.powerpc,v 1.1.1.1 2006/03/09 20:38:20 tonio Exp $ - -SHA1 (suse100/ppc/libtiff-3.7.3-2.ppc.rpm) = c8b304983ea5e0b2a7502970c1671f4d5b8b89eb -RMD160 (suse100/ppc/libtiff-3.7.3-2.ppc.rpm) = 076959ab248aa5001c803ce88c8981fec19514a4 -Size (suse100/ppc/libtiff-3.7.3-2.ppc.rpm) = 137919 bytes diff --git a/emulators/suse100_libtiff/distinfo.x86_64 b/emulators/suse100_libtiff/distinfo.x86_64 deleted file mode 100644 index 46cd5c3a906..00000000000 --- a/emulators/suse100_libtiff/distinfo.x86_64 +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo.x86_64,v 1.1.1.1 2006/03/09 20:38:20 tonio Exp $ - -SHA1 (suse100/x86_64/libtiff-3.7.3-2.x86_64.rpm) = db4826b6f269a3c20df1cd14335376e6d069b0e9 -RMD160 (suse100/x86_64/libtiff-3.7.3-2.x86_64.rpm) = 099e87be107f2efa5bf52d8e0a3e7f1ac75d4b36 -Size (suse100/x86_64/libtiff-3.7.3-2.x86_64.rpm) = 128428 bytes |