diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2014-08-23 09:16:39 +0000 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2014-08-23 09:16:39 +0000 |
commit | 4cff4656ae1dc948e46717dd0ef291144138696f (patch) | |
tree | b6b59bcd7b93c74d90ddfd5358af1529c6adad69 /dev-libs/libtasn1 | |
parent | Restore keywords. (diff) | |
download | gentoo-2-4cff4656ae1dc948e46717dd0ef291144138696f.tar.gz gentoo-2-4cff4656ae1dc948e46717dd0ef291144138696f.tar.bz2 gentoo-2-4cff4656ae1dc948e46717dd0ef291144138696f.zip |
Version bump
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key BF20DC51)
Diffstat (limited to 'dev-libs/libtasn1')
-rw-r--r-- | dev-libs/libtasn1/ChangeLog | 9 | ||||
-rw-r--r-- | dev-libs/libtasn1/libtasn1-3.8.ebuild | 42 | ||||
-rw-r--r-- | dev-libs/libtasn1/libtasn1-4.1.ebuild | 42 |
3 files changed, 92 insertions, 1 deletions
diff --git a/dev-libs/libtasn1/ChangeLog b/dev-libs/libtasn1/ChangeLog index 98c5965c2e2e..d0ac6ece5c39 100644 --- a/dev-libs/libtasn1/ChangeLog +++ b/dev-libs/libtasn1/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-libs/libtasn1 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/ChangeLog,v 1.215 2014/08/23 09:10:24 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/ChangeLog,v 1.216 2014/08/23 09:16:39 alonbl Exp $ + +*libtasn1-3.8 (23 Aug 2014) +*libtasn1-4.1 (23 Aug 2014) + + 23 Aug 2014; Alon Bar-Lev <alonbl@gentoo.org> +libtasn1-3.8.ebuild, + +libtasn1-4.1.ebuild: + Version bump 23 Aug 2014; Alon Bar-Lev <alonbl@gentoo.org> -libtasn1-2.13.ebuild, -libtasn1-2.14.ebuild, -libtasn1-3.4-r1.ebuild, -libtasn1-3.4.ebuild: diff --git a/dev-libs/libtasn1/libtasn1-3.8.ebuild b/dev-libs/libtasn1/libtasn1-3.8.ebuild new file mode 100644 index 000000000000..ed9020994454 --- /dev/null +++ b/dev-libs/libtasn1/libtasn1-3.8.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/libtasn1-3.8.ebuild,v 1.1 2014/08/23 09:16:39 alonbl Exp $ + +EAPI=5 + +inherit autotools autotools-multilib + +DESCRIPTION="ASN.1 library" +HOMEPAGE="http://www.gnu.org/software/libtasn1/" +SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" + +LICENSE="GPL-3 LGPL-2.1" +SLOT="0/6" # subslot = libtasn1 soname version +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos" +IUSE="doc static-libs" + +DEPEND=">=dev-lang/perl-5.6 + sys-apps/help2man + virtual/yacc" +RDEPEND=" + abi_x86_32? ( + !<=app-emulation/emul-linux-x86-baselibs-20131008-r16 + !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] + )" + +DOCS=( AUTHORS ChangeLog NEWS README THANKS ) + +src_configure() { + local myeconfargs + [[ "${VALGRIND_TESTS}" == "0" ]] && myeconfargs+=( --disable-valgrind-tests ) + autotools-multilib_src_configure +} + +src_install() { + autotools-multilib_src_install + + if use doc ; then + dodoc doc/libtasn1.pdf + dohtml doc/reference/html/* + fi +} diff --git a/dev-libs/libtasn1/libtasn1-4.1.ebuild b/dev-libs/libtasn1/libtasn1-4.1.ebuild new file mode 100644 index 000000000000..ceec7f4dba08 --- /dev/null +++ b/dev-libs/libtasn1/libtasn1-4.1.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/libtasn1-4.1.ebuild,v 1.1 2014/08/23 09:16:39 alonbl Exp $ + +EAPI=5 + +inherit autotools-multilib + +DESCRIPTION="ASN.1 library" +HOMEPAGE="http://www.gnu.org/software/libtasn1/" +SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" + +LICENSE="GPL-3 LGPL-2.1" +SLOT="0/6" # subslot = libtasn1 soname version +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +IUSE="doc static-libs" + +DEPEND=">=dev-lang/perl-5.6 + sys-apps/help2man + virtual/yacc" +RDEPEND=" + abi_x86_32? ( + !<=app-emulation/emul-linux-x86-baselibs-20131008-r16 + !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] + )" + +DOCS=( AUTHORS ChangeLog NEWS README THANKS ) + +src_configure() { + local myeconfargs + [[ "${VALGRIND_TESTS}" == "0" ]] && myeconfargs+=( --disable-valgrind-tests ) + autotools-multilib_src_configure +} + +src_install() { + autotools-multilib_src_install + + if use doc ; then + dodoc doc/libtasn1.pdf + dohtml doc/reference/html/* + fi +} |