[Lunar-commits] <moonbase> gpgme-0.3.x: move it to crater.
Florin Braescu
florin at lunar-linux.org
Mon Feb 22 16:40:29 CET 2010
commit 44ac96beb2ee3462297caf19dfc091cdd1ea30bb
Author: Florin Braescu <florin at lunar-linux.org>
Date: Mon Feb 22 17:40:29 2010 +0200
gpgme-0.3.x: move it to crater.
---
libs/gpgme-0.3.x/BUILD | 25 -------------------------
libs/gpgme-0.3.x/DEPENDS | 1 -
libs/gpgme-0.3.x/DETAILS | 21 ---------------------
libs/gpgme-0.3.x/profile.d/gpgme-0.3.x.rc | 6 ------
4 files changed, 0 insertions(+), 53 deletions(-)
diff --git a/libs/gpgme-0.3.x/BUILD b/libs/gpgme-0.3.x/BUILD
deleted file mode 100644
index 3ccd0ec..0000000
--- a/libs/gpgme-0.3.x/BUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-(
-#i know this is cheap but its a library versioning issue that will
-#hopefully go away soon -- HardKrash
-mv doc/gpgme.info doc/gpgme-0.3.x.info &&
-mv doc/gpgme.info-1 doc/gpgme-0.3.x.info-1 &&
-mv doc/gpgme.info-2 doc/gpgme-0.3.x.info-2 &&
-mv doc/gpgme.info-3 doc/gpgme-0.3.x.info-3 &&
-mv doc/gpgme.info-4 doc/gpgme-0.3.x.info-4 &&
-
-
-echo CFLAGS:= $CFLAGS &&
-echo OPTS:= $OPTS &&
-set -x && #Let's show the logs what we've used for debug
-./autogen
-./configure --build=$BUILD \
- --prefix=/opt/lunar/gpgme-0.3.x \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --infodir=/usr/share/info \
-$OPTS &&
-set +x ##turn it off so that the logs stay readable
-sedit "s:INFO_DEPS = gpgme.info:INFO_DEPS = gpgme-0.3.x.info:" doc/Makefile
-default_make
-message "Please log out and back in to make LD_LIBRARY_PATH take effect."
-) > $C_FIFO 2>&1
diff --git a/libs/gpgme-0.3.x/DEPENDS b/libs/gpgme-0.3.x/DEPENDS
deleted file mode 100644
index a09c5f4..0000000
--- a/libs/gpgme-0.3.x/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends gnupg
diff --git a/libs/gpgme-0.3.x/DETAILS b/libs/gpgme-0.3.x/DETAILS
deleted file mode 100644
index 9856457..0000000
--- a/libs/gpgme-0.3.x/DETAILS
+++ /dev/null
@@ -1,21 +0,0 @@
- MODULE=gpgme-0.3.x
- VERSION=0.3.15
- SOURCE=gpgme-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/gpgme-$VERSION
- SOURCE_URL[0]=http://mirrors.sunsite.dk/gnupg/gpgme/
- SOURCE_URL[1]=ftp://ftp.gnupg.org/gcrypt/gpgme/
- WEB_SITE=http://www.gnupg.org/gpgme.html
- SOURCE_VFY=md5:1acbe4b49e60d4b882a43328bc840d42
- ENTERED=20030201
- UPDATED=20031005
- SHORT="library to accessing GnuPG"
-
-cat << EOF
-0.3.x compatibility
-GnuPG Made Easy (GPGME) is a library designed to make access to
-GnuPG easier for applications. It provides a High-Level Crypto
-API for encryption, decryption, signing, signature verification
-and key management. Currently it uses GnuPG as it's backend
-but the API isn't restricted to this engine; in fact it is planned
-to add other backends to it.
-EOF
diff --git a/libs/gpgme-0.3.x/profile.d/gpgme-0.3.x.rc b/libs/gpgme-0.3.x/profile.d/gpgme-0.3.x.rc
deleted file mode 100644
index 37cd735..0000000
--- a/libs/gpgme-0.3.x/profile.d/gpgme-0.3.x.rc
+++ /dev/null
@@ -1,6 +0,0 @@
-if [ "x$LD_LIBRARY_PATH" == "x" ]
-then
- export LD_LIBRARY_PATH=/opt/lunar/gpgme-0.3.x/lib
-else
- export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/lunar/gpgme-0.3.x/lib
-fi
More information about the Lunar-commits
mailing list