diff options
author | obache <obache> | 2013-08-25 12:20:25 +0000 |
---|---|---|
committer | obache <obache> | 2013-08-25 12:20:25 +0000 |
commit | 0e2067613b2891af92f944720e2eedcf13e0386e (patch) | |
tree | 86e91d5e06fa148ba8f2b97a95fbcc32a50eae52 /emulators | |
parent | 48ad65c4b89158cc3924e6307fc6e236d50beda2 (diff) | |
download | pkgsrc-0e2067613b2891af92f944720e2eedcf13e0386e.tar.gz |
Add missing compat RPM for i386.
PR pkg/48153.
Bump PKGREVISION.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/suse121_compat/Makefile | 3 | ||||
-rw-r--r-- | emulators/suse121_compat/distinfo | 5 | ||||
-rw-r--r-- | emulators/suse121_compat/suse.i386.mk | 3 |
3 files changed, 9 insertions, 2 deletions
diff --git a/emulators/suse121_compat/Makefile b/emulators/suse121_compat/Makefile index 9bcdb920b8c..4f583410e46 100644 --- a/emulators/suse121_compat/Makefile +++ b/emulators/suse121_compat/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2012/03/21 13:36:05 obache Exp $ +# $NetBSD: Makefile,v 1.2 2013/08/25 12:20:25 obache Exp $ DISTNAME= suse_compat-${SUSE_VERSION} +PKGREVISION= 1 CATEGORIES= emulators RPMPKGS+= libstdc++33-3.3.3-30.25.2.${SUSE_ARCH} diff --git a/emulators/suse121_compat/distinfo b/emulators/suse121_compat/distinfo index 1c2e57925dc..a5134ac28f3 100644 --- a/emulators/suse121_compat/distinfo +++ b/emulators/suse121_compat/distinfo @@ -1,5 +1,8 @@ -$NetBSD: distinfo,v 1.1.1.1 2012/03/21 13:36:05 obache Exp $ +$NetBSD: distinfo,v 1.2 2013/08/25 12:20:25 obache Exp $ +SHA1 (suse121/compat-2010.1.31-9.1.1.i586.rpm) = a6b46d15bc5fde711f03537b16d2d2761818c50f +RMD160 (suse121/compat-2010.1.31-9.1.1.i586.rpm) = 8578a83191c4af926350d08ac9029cae70aa015e +Size (suse121/compat-2010.1.31-9.1.1.i586.rpm) = 319770 bytes SHA1 (suse121/libstdc++33-3.3.3-30.25.2.i586.rpm) = 7528181182be8794cc3ab0e0025c7d78148d5a5e RMD160 (suse121/libstdc++33-3.3.3-30.25.2.i586.rpm) = 307b124f3173dc90e3cfc5b9bcdd566b12a6cf74 Size (suse121/libstdc++33-3.3.3-30.25.2.i586.rpm) = 205477 bytes diff --git a/emulators/suse121_compat/suse.i386.mk b/emulators/suse121_compat/suse.i386.mk new file mode 100644 index 00000000000..6737061145c --- /dev/null +++ b/emulators/suse121_compat/suse.i386.mk @@ -0,0 +1,3 @@ +# $NetBSD: suse.i386.mk,v 1.1 2013/08/25 12:20:25 obache Exp $ + +RPMPKGS+= compat-2010.1.31-9.1.1.${SUSE_ARCH} |