diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 22:29:29 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 22:29:29 +0000 |
commit | dacd3fae1731f833aece4e53f86ca4f50822f66b (patch) | |
tree | b1a2f0f8c339914aa7e313554b90bf5dda770f9a /dev-libs/libtasn1 | |
parent | repoman: trim trailing whitespace (diff) | |
download | gentoo-2-dacd3fae1731f833aece4e53f86ca4f50822f66b.tar.gz gentoo-2-dacd3fae1731f833aece4e53f86ca4f50822f66b.tar.bz2 gentoo-2-dacd3fae1731f833aece4e53f86ca4f50822f66b.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'dev-libs/libtasn1')
-rw-r--r-- | dev-libs/libtasn1/Manifest | 2 | ||||
-rw-r--r-- | dev-libs/libtasn1/libtasn1-0.2.5.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/libtasn1/Manifest b/dev-libs/libtasn1/Manifest index 4889656be625..ebd893ac19fc 100644 --- a/dev-libs/libtasn1/Manifest +++ b/dev-libs/libtasn1/Manifest @@ -1,4 +1,4 @@ MD5 874e0e364d01e8a80cfdd465475f19de ChangeLog 377 -MD5 387a0a3cfca2454503dd31d685730722 libtasn1-0.2.5.ebuild 761 +MD5 46e8275b0b451074e80a1d96e46216ef libtasn1-0.2.5.ebuild 761 MD5 8f906ffe0aa837e5e26fe03af3043461 metadata.xml 219 MD5 cc07074154018eda55e36d7f44f4474b files/digest-libtasn1-0.2.5 66 diff --git a/dev-libs/libtasn1/libtasn1-0.2.5.ebuild b/dev-libs/libtasn1/libtasn1-0.2.5.ebuild index 02d446b57821..30c81e44b1f9 100644 --- a/dev-libs/libtasn1/libtasn1-0.2.5.ebuild +++ b/dev-libs/libtasn1/libtasn1-0.2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/libtasn1-0.2.5.ebuild,v 1.1 2003/09/02 22:16:31 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/libtasn1-0.2.5.ebuild,v 1.2 2003/09/06 22:29:24 msterret Exp $ DESCRIPTION="This is the library which provides ASN.1 structures parsing capabilities for use with GNUTLS" HOMEPAGE="http://www.gnutls.org/" @@ -21,7 +21,7 @@ src_compile() { src_install() { einstall || die "installed failed" - + dodoc AUTHORS COPYING ChangeLog NEWS README THANKS TODO [ "`use doc`" ] && dodoc doc/asn1.ps } |