summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-04-20 14:55:04 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-04-20 14:55:04 +0000
commite5279bb913c6dd72d1358f3780146a037a32026b (patch)
tree6d4fdd89bdc5a6c660d91ec31110898b0a065b9c /dev-libs
parentMask dev-perl/DBD-SQLite2 for removal (diff)
downloadgentoo-2-e5279bb913c6dd72d1358f3780146a037a32026b.tar.gz
gentoo-2-e5279bb913c6dd72d1358f3780146a037a32026b.tar.bz2
gentoo-2-e5279bb913c6dd72d1358f3780146a037a32026b.zip
Delete older ebuild.
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libtasn1/libtasn1-2.3.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-libs/libtasn1/libtasn1-2.3.ebuild b/dev-libs/libtasn1/libtasn1-2.3.ebuild
deleted file mode 100644
index 65f15ac2664a..000000000000
--- a/dev-libs/libtasn1/libtasn1-2.3.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/libtasn1-2.3.ebuild,v 1.9 2009/10/05 16:03:14 armin76 Exp $
-
-DESCRIPTION="provides ASN.1 structures parsing capabilities for use with GNUTLS"
-HOMEPAGE="http://www.gnu.org/software/libtasn1/"
-SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3 LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
-IUSE="doc"
-
-DEPEND=">=dev-lang/perl-5.6
- sys-devel/bison"
-RDEPEND=""
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog NEWS README THANKS
- use doc && dodoc doc/libtasn1.ps
-}