summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>2008-11-04 01:27:16 +0000
committerJorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>2008-11-04 01:27:16 +0000
commit39f5ce0dead74d1e9c8bda60072b3bf9148fbd58 (patch)
tree1a1f45f105d98c63209f02b57475ac8ca39fb58d /app-crypt
parentRemoving leonardop as a maintainer since he was retired. (diff)
downloadgentoo-2-39f5ce0dead74d1e9c8bda60072b3bf9148fbd58.tar.gz
gentoo-2-39f5ce0dead74d1e9c8bda60072b3bf9148fbd58.tar.bz2
gentoo-2-39f5ce0dead74d1e9c8bda60072b3bf9148fbd58.zip
Removing leonardop as a maintainer since he was retired.
Quoted some vars. (Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo x86_64)
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/gringotts/ChangeLog6
-rw-r--r--app-crypt/gringotts/gringotts-1.2.8-r1.ebuild10
-rw-r--r--app-crypt/gringotts/gringotts-1.2.8-r2.ebuild14
-rw-r--r--app-crypt/gringotts/metadata.xml18
4 files changed, 24 insertions, 24 deletions
diff --git a/app-crypt/gringotts/ChangeLog b/app-crypt/gringotts/ChangeLog
index 618ab6273483..c96f3d75c263 100644
--- a/app-crypt/gringotts/ChangeLog
+++ b/app-crypt/gringotts/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-crypt/gringotts
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gringotts/ChangeLog,v 1.31 2008/06/27 17:19:14 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gringotts/ChangeLog,v 1.32 2008/11/04 01:27:16 jmbsvicetto Exp $
+
+ 04 Nov 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
+ metadata.xml, gringotts-1.2.8-r1.ebuild, gringotts-1.2.8-r2.ebuild:
+ Removing leonardop as a maintainer since he was retired. Quoted some vars.
27 Jun 2008; nixnut <nixnut@gentoo.org> gringotts-1.2.9.ebuild:
Stable on ppc wrt bug 227169
diff --git a/app-crypt/gringotts/gringotts-1.2.8-r1.ebuild b/app-crypt/gringotts/gringotts-1.2.8-r1.ebuild
index 2b05e27eec7b..436e82df37d3 100644
--- a/app-crypt/gringotts/gringotts-1.2.8-r1.ebuild
+++ b/app-crypt/gringotts/gringotts-1.2.8-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gringotts/gringotts-1.2.8-r1.ebuild,v 1.6 2005/09/02 19:17:13 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gringotts/gringotts-1.2.8-r1.ebuild,v 1.7 2008/11/04 01:27:16 jmbsvicetto Exp $
DESCRIPTION="Utility that allows you to jot down sensitive data"
HOMEPAGE="http://devel.pluto.linux.it/projects/Gringotts/"
@@ -21,14 +21,14 @@ DEPEND="${RDEPEND}
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
# Remove deprecation flag, so it compiles using Gtk+ 2.4.
sed -i -e 's:-DGTK_DISABLE_DEPRECATED::g' src/Makefile.in
}
src_install() {
- make DESTDIR=${D} install || die
+ make DESTDIR="${D}" install || die
# The FAQ and README documents shouldn't be gzip'd, as they need to be
# available in plain format when they are called from the `Help' menu.
@@ -45,6 +45,6 @@ pkg_postinst() {
ewarn " http://bugs.gentoo.org/"
else
einfo "Changing permissions for the gringotts binary."
- chmod u-s ${ROOT}/usr/bin/gringotts
+ chmod u-s "${ROOT}/usr/bin/gringotts"
fi
}
diff --git a/app-crypt/gringotts/gringotts-1.2.8-r2.ebuild b/app-crypt/gringotts/gringotts-1.2.8-r2.ebuild
index 8cac7056a3a2..da51e126d559 100644
--- a/app-crypt/gringotts/gringotts-1.2.8-r2.ebuild
+++ b/app-crypt/gringotts/gringotts-1.2.8-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gringotts/gringotts-1.2.8-r2.ebuild,v 1.2 2008/06/15 12:54:41 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gringotts/gringotts-1.2.8-r2.ebuild,v 1.3 2008/11/04 01:27:16 jmbsvicetto Exp $
WANT_AUTOCONF="latest"
WANT_AUTOMAKE="latest"
@@ -26,23 +26,23 @@ DEPEND="${RDEPEND}
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
# Remove deprecation flag, soit compiles with >=GTK+-2.4
sed -i -e 's:-DGTK_DISABLE_DEPRECATED::g' src/Makefile.am
# Patch up to install desktop entry correctly
- epatch ${FILESDIR}/${PN}-1.2.8-desktop.patch
- epatch ${FILESDIR}/${PN}-1.2.8-desktop-entry.patch
+ epatch "${FILESDIR}/${PN}-1.2.8-desktop.patch"
+ epatch "${FILESDIR}/${PN}-1.2.8-desktop-entry.patch"
# Prevent prestripping
- epatch ${FILESDIR}/${PN}-1.2.8-no-strip.patch
+ epatch "${FILESDIR}/${PN}-1.2.8-no-strip.patch"
eautoreconf
}
src_install() {
- make DESTDIR=${D} install || die
+ make DESTDIR="${D}" install || die
# The FAQ and README documents shouldn't be gzip'd, as they need to be
# available in plain format when they are called from the `Help' menu.
@@ -59,6 +59,6 @@ pkg_postinst() {
ewarn " http://bugs.gentoo.org/"
else
einfo "Changing permissions for the gringotts binary."
- chmod u-s ${ROOT}/usr/bin/gringotts
+ chmod u-s "${ROOT}/usr/bin/gringotts"
fi
}
diff --git a/app-crypt/gringotts/metadata.xml b/app-crypt/gringotts/metadata.xml
index 4d763d134fd0..3862b5f68e8b 100644
--- a/app-crypt/gringotts/metadata.xml
+++ b/app-crypt/gringotts/metadata.xml
@@ -1,15 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>gnome</herd>
- <maintainer>
- <email>leonardop@gentoo.org</email>
- <name>Leonardo Boshell</name>
- </maintainer>
- <longdescription>
- Gringotts is a small utility for Linux and other Unices that
- allows you to jot down sensitive data (passwords, credit card
- numbers, PINs, friends' addresses) in an easy-to-read,
- easy-to-access, and most of all very secure form.
- </longdescription>
+<herd>gnome</herd>
+<longdescription>
+ Gringotts is a small utility for Linux and other Unices that
+ allows you to jot down sensitive data (passwords, credit card
+ numbers, PINs, friends' addresses) in an easy-to-read,
+ easy-to-access, and most of all very secure form.
+</longdescription>
</pkgmetadata>