summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2008-11-13 17:48:39 +0000
committerDaniel Black <dragonheart@gentoo.org>2008-11-13 17:48:39 +0000
commit022f9363c4690cb5d1d86989b58ae5e37ac22851 (patch)
treec133aeebf7615bd5d39218c183be8f4bac0f3683 /dev-libs/libtasn1
parentVersion bump (bug #245306). (diff)
downloadgentoo-2-022f9363c4690cb5d1d86989b58ae5e37ac22851.tar.gz
gentoo-2-022f9363c4690cb5d1d86989b58ae5e37ac22851.tar.bz2
gentoo-2-022f9363c4690cb5d1d86989b58ae5e37ac22851.zip
version bump as per bug #246324 thanks to Arfrever
(Portage version: 2.2_rc12/cvs/Linux 2.6.25-gentoo-r7 x86_64)
Diffstat (limited to 'dev-libs/libtasn1')
-rw-r--r--dev-libs/libtasn1/ChangeLog7
-rw-r--r--dev-libs/libtasn1/libtasn1-1.6.ebuild22
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-libs/libtasn1/ChangeLog b/dev-libs/libtasn1/ChangeLog
index 35ad3a12a827..f8210acbc1d2 100644
--- a/dev-libs/libtasn1/ChangeLog
+++ b/dev-libs/libtasn1/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-libs/libtasn1
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/ChangeLog,v 1.72 2008/11/04 08:25:30 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/ChangeLog,v 1.73 2008/11/13 17:48:39 dragonheart Exp $
+
+*libtasn1-1.6 (13 Nov 2008)
+
+ 13 Nov 2008; Daniel Black <dragonheart@gentoo.org> +libtasn1-1.6.ebuild:
+ version bump as per bug #246324 thanks to Arfrever
*libtasn1-1.5 (04 Nov 2008)
diff --git a/dev-libs/libtasn1/libtasn1-1.6.ebuild b/dev-libs/libtasn1/libtasn1-1.6.ebuild
new file mode 100644
index 000000000000..13d65c328563
--- /dev/null
+++ b/dev-libs/libtasn1/libtasn1-1.6.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/libtasn1-1.6.ebuild,v 1.1 2008/11/13 17:48:39 dragonheart Exp $
+
+DESCRIPTION="provides ASN.1 structures parsing capabilities for use with GNUTLS"
+HOMEPAGE="http://www.gnutls.org/"
+SRC_URI="mirror://gnu/gnutls/${P}.tar.gz"
+
+LICENSE="GPL-3 LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
+IUSE="doc"
+
+DEPEND=">=dev-lang/perl-5.6
+ sys-devel/bison"
+RDEPEND=""
+
+src_install() {
+ emake DESTDIR="${D}" install || die "installed failed"
+ dodoc AUTHORS ChangeLog NEWS README THANKS
+ use doc && dodoc doc/asn1.ps
+}