Index: 4.1.0/gcr-pkg-description.in
===================================================================
--- 4.1.0/gcr-pkg-description.in (.../gcr) (revision 336)
+++ 4.1.0/gcr-pkg-description.in (.../gcr4) (nonexistent)
@@ -1,19 +0,0 @@
-# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description. Line
-# up the first '|' above the ':' following the base package name, and the '|'
-# on the right side marks the last column you can put a character in. You must
-# make exactly 11 lines for the formatting to be correct. It's also
-# customary to leave one space after the ':'.
-
- |-----handy-ruler------------------------------------------------------|
-gcr: gcr @VERSION@ (crypto library and ui for gnome-keyring)
-gcr:
-gcr: GCR is a library for displaying certificates and crypto UI
-gcr: accessing key stores. It also provides the viewer for crypto
-gcr: files on the GNOME desktop.
-gcr:
-gcr: GCK is a library for accessing PKCS#11 modules like smart cards,
-gcr: in a (G)object oriented way.
-gcr:
-gcr:
-gcr:
Index: 4.1.0/gcr-pkg-install.sh
===================================================================
--- 4.1.0/gcr-pkg-install.sh (.../gcr) (revision 336)
+++ 4.1.0/gcr-pkg-install.sh (.../gcr4) (nonexistent)
@@ -1,53 +0,0 @@
-#!/bin/sh
-
-# Preserve new files
-install_file() {
- NEW="$1"
- OLD="`dirname $NEW`/`basename $NEW .new`"
- # If there's no file by that name, mv it over:
- if [ ! -r $OLD ]; then
- mv $NEW $OLD
- elif [ "`cat $OLD | md5sum`" = "`cat $NEW | md5sum`" ]; then # toss the redundant copy
- rm $NEW
- fi
- # Otherwise, we leave the .new copy for the admin to consider...
-}
-
-
-# arg 1: the new package version
-pre_install() {
- /bin/true
-}
-
-# arg 1: the new package version
-post_install() {
- /bin/true
-}
-
-# arg 1: the new package version
-# arg 2: the old package version
-pre_update() {
- /bin/true
-}
-
-# arg 1: the new package version
-# arg 2: the old package version
-post_update() {
- post_install
-}
-
-# arg 1: the old package version
-pre_remove() {
- /bin/true
-}
-
-# arg 1: the old package version
-post_remove() {
- /bin/true
-}
-
-
-operation=$1
-shift
-
-$operation $*
Property changes on: 4.1.0/gcr-pkg-install.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: 4.1.0/Makefile
===================================================================
--- 4.1.0/Makefile (.../gcr) (revision 336)
+++ 4.1.0/Makefile (.../gcr4) (revision 337)
@@ -94,7 +94,7 @@
#
# *PKG_NAME & *PKG_VERSION shouldn't be a reference to value.
#
-GCR_PKG_NAME = gcr
+GCR_PKG_NAME = gcr4
GCR_PKG_VERSION = 4.1.0
GCR_PKG_ARCH = $(PKGARCH)
GCR_PKG_DISTRO_NAME = $(DISTRO_NAME)
Index: 4.1.0/gcr4-pkg-description.in
===================================================================
--- 4.1.0/gcr4-pkg-description.in (.../gcr) (nonexistent)
+++ 4.1.0/gcr4-pkg-description.in (.../gcr4) (revision 337)
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description. Line
+# up the first '|' above the ':' following the base package name, and the '|'
+# on the right side marks the last column you can put a character in. You must
+# make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':'.
+
+ |-----handy-ruler------------------------------------------------------|
+gcr4: gcr4 @VERSION@ (crypto library and ui for gnome-keyring v4)
+gcr4:
+gcr4: GCR is a library for displaying certificates and crypto UI
+gcr4: accessing key stores. It also provides the viewer for crypto
+gcr4: files on the GNOME desktop.
+gcr4:
+gcr4: GCK is a library for accessing PKCS#11 modules like smart cards,
+gcr4: in a (G)object oriented way.
+gcr4:
+gcr4:
+gcr4:
Index: 4.1.0/gcr4-pkg-install.sh
===================================================================
--- 4.1.0/gcr4-pkg-install.sh (.../gcr) (nonexistent)
+++ 4.1.0/gcr4-pkg-install.sh (.../gcr4) (revision 337)
@@ -0,0 +1,53 @@
+#!/bin/sh
+
+# Preserve new files
+install_file() {
+ NEW="$1"
+ OLD="`dirname $NEW`/`basename $NEW .new`"
+ # If there's no file by that name, mv it over:
+ if [ ! -r $OLD ]; then
+ mv $NEW $OLD
+ elif [ "`cat $OLD | md5sum`" = "`cat $NEW | md5sum`" ]; then # toss the redundant copy
+ rm $NEW
+ fi
+ # Otherwise, we leave the .new copy for the admin to consider...
+}
+
+
+# arg 1: the new package version
+pre_install() {
+ /bin/true
+}
+
+# arg 1: the new package version
+post_install() {
+ /bin/true
+}
+
+# arg 1: the new package version
+# arg 2: the old package version
+pre_update() {
+ /bin/true
+}
+
+# arg 1: the new package version
+# arg 2: the old package version
+post_update() {
+ post_install
+}
+
+# arg 1: the old package version
+pre_remove() {
+ /bin/true
+}
+
+# arg 1: the old package version
+post_remove() {
+ /bin/true
+}
+
+
+operation=$1
+shift
+
+$operation $*
Property changes on: 4.1.0/gcr4-pkg-install.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: 4.1.0-ppc32/gcr-x32-pkg-description.in
===================================================================
--- 4.1.0-ppc32/gcr-x32-pkg-description.in (.../gcr) (revision 336)
+++ 4.1.0-ppc32/gcr-x32-pkg-description.in (.../gcr4) (nonexistent)
@@ -1,19 +0,0 @@
-# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description. Line
-# up the first '|' above the ':' following the base package name, and the '|'
-# on the right side marks the last column you can put a character in. You must
-# make exactly 11 lines for the formatting to be correct. It's also
-# customary to leave one space after the ':'.
-
- |-----handy-ruler------------------------------------------------------|
-gcr-x32: gcr-x32 @VERSION@ (crypto library and ui for gnome-keyring)
-gcr-x32:
-gcr-x32: GCR is a library for displaying certificates and crypto UI
-gcr-x32: accessing key stores. It also provides the viewer for crypto
-gcr-x32: files on the GNOME desktop.
-gcr-x32:
-gcr-x32: GCK is a library for accessing PKCS#11 modules like smart cards,
-gcr-x32: in a (G)object oriented way.
-gcr-x32:
-gcr-x32:
-gcr-x32:
Index: 4.1.0-ppc32/gcr-x32-pkg-install.sh
===================================================================
--- 4.1.0-ppc32/gcr-x32-pkg-install.sh (.../gcr) (revision 336)
+++ 4.1.0-ppc32/gcr-x32-pkg-install.sh (.../gcr4) (nonexistent)
@@ -1,39 +0,0 @@
-#!/bin/sh
-
-# arg 1: the new package version
-pre_install() {
- /bin/true
-}
-
-# arg 1: the new package version
-post_install() {
- /bin/true
-}
-
-# arg 1: the new package version
-# arg 2: the old package version
-pre_update() {
- /bin/true
-}
-
-# arg 1: the new package version
-# arg 2: the old package version
-post_update() {
- post_install
-}
-
-# arg 1: the old package version
-pre_remove() {
- /bin/true
-}
-
-# arg 1: the old package version
-post_remove() {
- /bin/true
-}
-
-
-operation=$1
-shift
-
-$operation $*
Property changes on: 4.1.0-ppc32/gcr-x32-pkg-install.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: 4.1.0-ppc32/Makefile
===================================================================
--- 4.1.0-ppc32/Makefile (.../gcr) (revision 336)
+++ 4.1.0-ppc32/Makefile (.../gcr4) (revision 337)
@@ -47,7 +47,7 @@
#
# *PKG_NAME & *PKG_VERSION shouldn't be a reference to value.
#
-GCR_32_PKG_NAME = gcr-x32
+GCR_32_PKG_NAME = gcr4-x32
GCR_32_PKG_VERSION = 4.1.0
GCR_32_PKG_ARCH = $(PKGARCH)
GCR_32_PKG_DISTRO_NAME = $(DISTRO_NAME)
Index: 4.1.0-ppc32/gcr4-x32-pkg-description.in
===================================================================
--- 4.1.0-ppc32/gcr4-x32-pkg-description.in (.../gcr) (nonexistent)
+++ 4.1.0-ppc32/gcr4-x32-pkg-description.in (.../gcr4) (revision 337)
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description. Line
+# up the first '|' above the ':' following the base package name, and the '|'
+# on the right side marks the last column you can put a character in. You must
+# make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':'.
+
+ |-----handy-ruler------------------------------------------------------|
+gcr4-x32: gcr4-x32 @VERSION@ (crypto library and ui for gnome-keyring v4)
+gcr4-x32:
+gcr4-x32: GCR is a library for displaying certificates and crypto UI
+gcr4-x32: accessing key stores. It also provides the viewer for crypto
+gcr4-x32: files on the GNOME desktop.
+gcr4-x32:
+gcr4-x32: GCK is a library for accessing PKCS#11 modules like smart cards,
+gcr4-x32: in a (G)object oriented way.
+gcr4-x32:
+gcr4-x32:
+gcr4-x32:
Index: 4.1.0-ppc32/gcr4-x32-pkg-install.sh
===================================================================
--- 4.1.0-ppc32/gcr4-x32-pkg-install.sh (.../gcr) (nonexistent)
+++ 4.1.0-ppc32/gcr4-x32-pkg-install.sh (.../gcr4) (revision 337)
@@ -0,0 +1,39 @@
+#!/bin/sh
+
+# arg 1: the new package version
+pre_install() {
+ /bin/true
+}
+
+# arg 1: the new package version
+post_install() {
+ /bin/true
+}
+
+# arg 1: the new package version
+# arg 2: the old package version
+pre_update() {
+ /bin/true
+}
+
+# arg 1: the new package version
+# arg 2: the old package version
+post_update() {
+ post_install
+}
+
+# arg 1: the old package version
+pre_remove() {
+ /bin/true
+}
+
+# arg 1: the old package version
+post_remove() {
+ /bin/true
+}
+
+
+operation=$1
+shift
+
+$operation $*
Property changes on: 4.1.0-ppc32/gcr4-x32-pkg-install.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: 4.1.0-x86_32/gcr-x32-pkg-description.in
===================================================================
--- 4.1.0-x86_32/gcr-x32-pkg-description.in (.../gcr) (revision 336)
+++ 4.1.0-x86_32/gcr-x32-pkg-description.in (.../gcr4) (nonexistent)
@@ -1,19 +0,0 @@
-# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description. Line
-# up the first '|' above the ':' following the base package name, and the '|'
-# on the right side marks the last column you can put a character in. You must
-# make exactly 11 lines for the formatting to be correct. It's also
-# customary to leave one space after the ':'.
-
- |-----handy-ruler------------------------------------------------------|
-gcr-x32: gcr-x32 @VERSION@ (crypto library and ui for gnome-keyring)
-gcr-x32:
-gcr-x32: GCR is a library for displaying certificates and crypto UI
-gcr-x32: accessing key stores. It also provides the viewer for crypto
-gcr-x32: files on the GNOME desktop.
-gcr-x32:
-gcr-x32: GCK is a library for accessing PKCS#11 modules like smart cards,
-gcr-x32: in a (G)object oriented way.
-gcr-x32:
-gcr-x32:
-gcr-x32:
Index: 4.1.0-x86_32/gcr-x32-pkg-install.sh
===================================================================
--- 4.1.0-x86_32/gcr-x32-pkg-install.sh (.../gcr) (revision 336)
+++ 4.1.0-x86_32/gcr-x32-pkg-install.sh (.../gcr4) (nonexistent)
@@ -1,39 +0,0 @@
-#!/bin/sh
-
-# arg 1: the new package version
-pre_install() {
- /bin/true
-}
-
-# arg 1: the new package version
-post_install() {
- /bin/true
-}
-
-# arg 1: the new package version
-# arg 2: the old package version
-pre_update() {
- /bin/true
-}
-
-# arg 1: the new package version
-# arg 2: the old package version
-post_update() {
- post_install
-}
-
-# arg 1: the old package version
-pre_remove() {
- /bin/true
-}
-
-# arg 1: the old package version
-post_remove() {
- /bin/true
-}
-
-
-operation=$1
-shift
-
-$operation $*
Property changes on: 4.1.0-x86_32/gcr-x32-pkg-install.sh
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: 4.1.0-x86_32/Makefile
===================================================================
--- 4.1.0-x86_32/Makefile (.../gcr) (revision 336)
+++ 4.1.0-x86_32/Makefile (.../gcr4) (revision 337)
@@ -44,7 +44,7 @@
#
# *PKG_NAME & *PKG_VERSION shouldn't be a reference to value.
#
-GCR_32_PKG_NAME = gcr-x32
+GCR_32_PKG_NAME = gcr4-x32
GCR_32_PKG_VERSION = 4.1.0
GCR_32_PKG_ARCH = $(PKGARCH)
GCR_32_PKG_DISTRO_NAME = $(DISTRO_NAME)
Index: 4.1.0-x86_32/gcr4-x32-pkg-description.in
===================================================================
--- 4.1.0-x86_32/gcr4-x32-pkg-description.in (.../gcr) (nonexistent)
+++ 4.1.0-x86_32/gcr4-x32-pkg-description.in (.../gcr4) (revision 337)
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description. Line
+# up the first '|' above the ':' following the base package name, and the '|'
+# on the right side marks the last column you can put a character in. You must
+# make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':'.
+
+ |-----handy-ruler------------------------------------------------------|
+gcr4-x32: gcr4-x32 @VERSION@ (crypto library and ui for gnome-keyring v4)
+gcr4-x32:
+gcr4-x32: GCR is a library for displaying certificates and crypto UI
+gcr4-x32: accessing key stores. It also provides the viewer for crypto
+gcr4-x32: files on the GNOME desktop.
+gcr4-x32:
+gcr4-x32: GCK is a library for accessing PKCS#11 modules like smart cards,
+gcr4-x32: in a (G)object oriented way.
+gcr4-x32:
+gcr4-x32:
+gcr4-x32:
Index: 4.1.0-x86_32/gcr4-x32-pkg-install.sh
===================================================================
--- 4.1.0-x86_32/gcr4-x32-pkg-install.sh (.../gcr) (nonexistent)
+++ 4.1.0-x86_32/gcr4-x32-pkg-install.sh (.../gcr4) (revision 337)
@@ -0,0 +1,39 @@
+#!/bin/sh
+
+# arg 1: the new package version
+pre_install() {
+ /bin/true
+}
+
+# arg 1: the new package version
+post_install() {
+ /bin/true
+}
+
+# arg 1: the new package version
+# arg 2: the old package version
+pre_update() {
+ /bin/true
+}
+
+# arg 1: the new package version
+# arg 2: the old package version
+post_update() {
+ post_install
+}
+
+# arg 1: the old package version
+pre_remove() {
+ /bin/true
+}
+
+# arg 1: the old package version
+post_remove() {
+ /bin/true
+}
+
+
+operation=$1
+shift
+
+$operation $*
Property changes on: 4.1.0-x86_32/gcr4-x32-pkg-install.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property