diff options
author | Sven Wegener <swegener@gentoo.org> | 2004-08-13 13:03:33 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2004-08-13 13:03:33 +0000 |
commit | 95716309d83d1a503b94f442a335cc80b9a6a326 (patch) | |
tree | 5b65dd26bdfe8e6a18829c2c6ddd500919e64d98 /app-crypt/sign | |
parent | improves init scripts and provides fixes listed in bug #59244 (Manifest recom... (diff) | |
download | gentoo-2-95716309d83d1a503b94f442a335cc80b9a6a326.tar.gz gentoo-2-95716309d83d1a503b94f442a335cc80b9a6a326.tar.bz2 gentoo-2-95716309d83d1a503b94f442a335cc80b9a6a326.zip |
Added longdescription to metadata.xml and marked 1.0.5 stable on x86.
Diffstat (limited to 'app-crypt/sign')
-rw-r--r-- | app-crypt/sign/ChangeLog | 6 | ||||
-rw-r--r-- | app-crypt/sign/metadata.xml | 9 | ||||
-rw-r--r-- | app-crypt/sign/sign-1.0.5.ebuild | 4 |
3 files changed, 14 insertions, 5 deletions
diff --git a/app-crypt/sign/ChangeLog b/app-crypt/sign/ChangeLog index 16015a7e6dbf..a16add3c034f 100644 --- a/app-crypt/sign/ChangeLog +++ b/app-crypt/sign/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/sign # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/sign/ChangeLog,v 1.4 2004/08/08 11:43:15 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/sign/ChangeLog,v 1.5 2004/08/13 13:03:33 swegener Exp $ + + 13 Aug 2004; Sven Wegener <swegener@gentoo.org> metadata.xml, + sign-1.0.5.ebuild: + Added longdescription to metadata.xml and marked 1.0.5 stable on x86. *sign-1.0.7 (08 Aug 2004) diff --git a/app-crypt/sign/metadata.xml b/app-crypt/sign/metadata.xml index 30045fb9c00f..e59f76a9b341 100644 --- a/app-crypt/sign/metadata.xml +++ b/app-crypt/sign/metadata.xml @@ -5,7 +5,12 @@ <maintainer> <email>swegener@gentoo.org</email> <name>Sven Wegener</name> - <description>An ebuild I had in my overlay. Please take over if you want it.</description> + <description>primary maintainer</description> </maintainer> -<longdescription></longdescription> +<longdescription> +sign is a file signing and signature verification utility. It's main purpose is +to be a simple and convenient extension to a tar/gz/bzip2 line of tools to check +file integrity and authenticity. It's small and simple, it does just one thing +and hopefully does it well. +</longdescription> </pkgmetadata> diff --git a/app-crypt/sign/sign-1.0.5.ebuild b/app-crypt/sign/sign-1.0.5.ebuild index a93ccf82d193..bcc414c9b794 100644 --- a/app-crypt/sign/sign-1.0.5.ebuild +++ b/app-crypt/sign/sign-1.0.5.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/sign/sign-1.0.5.ebuild,v 1.2 2004/07/17 10:12:30 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/sign/sign-1.0.5.ebuild,v 1.3 2004/08/13 13:03:33 swegener Exp $ DESCRIPTION="File signing and signature verification utility" HOMEPAGE="http://swapped.cc/sign/" SRC_URI="http://swapped.cc/${PN}/files/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ~ppc" IUSE="" DEPEND=">=dev-libs/openssl-0.9.6" |