[Lunar-commits] <moonbase> libgnome-keyring: Moving to gnome2/desktop

Jason Johnston jason at jjfam.net
Thu Dec 2 21:06:54 CET 2010


commit f78a81b65751444690976cdaec271afa797f08d5
Author: Jason Johnston <jason at jjfam.net>
Date:   Thu Dec 2 14:06:54 2010 -0600

    libgnome-keyring: Moving to gnome2/desktop
    
    This is an effort to restructure GNOME to be a bit more consistent with the sources on the FTP site.  Hopefully this will help facilitate easier updates to GNOME in the future.
---
 gnome2/desktop/libgnome-keyring/BUILD    |   13 +++++++++++++
 gnome2/desktop/libgnome-keyring/DEPENDS  |    2 ++
 gnome2/desktop/libgnome-keyring/DETAILS  |   16 ++++++++++++++++
 gnome2/platform/libgnome-keyring/BUILD   |   13 -------------
 gnome2/platform/libgnome-keyring/DEPENDS |    2 --
 gnome2/platform/libgnome-keyring/DETAILS |   16 ----------------
 6 files changed, 31 insertions(+), 31 deletions(-)

diff --git a/gnome2/desktop/libgnome-keyring/BUILD b/gnome2/desktop/libgnome-keyring/BUILD
new file mode 100644
index 0000000..13f04a5
--- /dev/null
+++ b/gnome2/desktop/libgnome-keyring/BUILD
@@ -0,0 +1,13 @@
+(
+
+   ./configure  --prefix=${GNOME210_PREFIX:-/usr}  \
+                --build=$BUILD        \
+                --sysconfdir=/etc     \
+                --localstatedir=/var  \
+                --infodir=${GNOME210_PREFIX:-/usr}/share/info  \
+                --mandir=${GNOME210_PREFIX:-/usr}/share/man    \
+                $OPTS                                         &&
+
+    default_make
+
+) > $C_FIFO 2>&1
diff --git a/gnome2/desktop/libgnome-keyring/DEPENDS b/gnome2/desktop/libgnome-keyring/DEPENDS
new file mode 100644
index 0000000..f581384
--- /dev/null
+++ b/gnome2/desktop/libgnome-keyring/DEPENDS
@@ -0,0 +1,2 @@
+depends  gnome-keyring
+depends  eggdbus
diff --git a/gnome2/desktop/libgnome-keyring/DETAILS b/gnome2/desktop/libgnome-keyring/DETAILS
new file mode 100644
index 0000000..83d8099
--- /dev/null
+++ b/gnome2/desktop/libgnome-keyring/DETAILS
@@ -0,0 +1,16 @@
+          MODULE=libgnome-keyring
+           MAJOR=2.32
+         VERSION=$MAJOR.0
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR
+      SOURCE_VFY=sha1:9d7c9dc923e03ed2f201cb563e28922e35b88ea0
+        WEB_SITE=http://www.gnome.org
+         ENTERED=20100403
+         UPDATED=20101118
+           SHORT="A interface library to gnome-keyring"
+
+cat << EOF
+gnome-keyring is a program that keep password and other secrets for
+users. The library libgnome-keyring is used by applications to integrate
+with the gnome keyring system.
+EOF
diff --git a/gnome2/platform/libgnome-keyring/BUILD b/gnome2/platform/libgnome-keyring/BUILD
deleted file mode 100644
index 13f04a5..0000000
--- a/gnome2/platform/libgnome-keyring/BUILD
+++ /dev/null
@@ -1,13 +0,0 @@
-(
-
-   ./configure  --prefix=${GNOME210_PREFIX:-/usr}  \
-                --build=$BUILD        \
-                --sysconfdir=/etc     \
-                --localstatedir=/var  \
-                --infodir=${GNOME210_PREFIX:-/usr}/share/info  \
-                --mandir=${GNOME210_PREFIX:-/usr}/share/man    \
-                $OPTS                                         &&
-
-    default_make
-
-) > $C_FIFO 2>&1
diff --git a/gnome2/platform/libgnome-keyring/DEPENDS b/gnome2/platform/libgnome-keyring/DEPENDS
deleted file mode 100644
index f581384..0000000
--- a/gnome2/platform/libgnome-keyring/DEPENDS
+++ /dev/null
@@ -1,2 +0,0 @@
-depends  gnome-keyring
-depends  eggdbus
diff --git a/gnome2/platform/libgnome-keyring/DETAILS b/gnome2/platform/libgnome-keyring/DETAILS
deleted file mode 100644
index 83d8099..0000000
--- a/gnome2/platform/libgnome-keyring/DETAILS
+++ /dev/null
@@ -1,16 +0,0 @@
-          MODULE=libgnome-keyring
-           MAJOR=2.32
-         VERSION=$MAJOR.0
-          SOURCE=$MODULE-$VERSION.tar.bz2
-      SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR
-      SOURCE_VFY=sha1:9d7c9dc923e03ed2f201cb563e28922e35b88ea0
-        WEB_SITE=http://www.gnome.org
-         ENTERED=20100403
-         UPDATED=20101118
-           SHORT="A interface library to gnome-keyring"
-
-cat << EOF
-gnome-keyring is a program that keep password and other secrets for
-users. The library libgnome-keyring is used by applications to integrate
-with the gnome keyring system.
-EOF


More information about the Lunar-commits mailing list