diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-04-13 18:02:35 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-04-13 18:02:35 +0000 |
commit | 74b443b0e8f640e722b328eaa0cca0c5fe5a8938 (patch) | |
tree | c7ebc17985228facd56a02d4b78f85ef0c5e0ded /dev-libs/libtasn1 | |
parent | rm the font in ${D} (diff) | |
download | gentoo-2-74b443b0e8f640e722b328eaa0cca0c5fe5a8938.tar.gz gentoo-2-74b443b0e8f640e722b328eaa0cca0c5fe5a8938.tar.bz2 gentoo-2-74b443b0e8f640e722b328eaa0cca0c5fe5a8938.zip |
Version bump. Remove an older version.
(Portage version: 13340-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/libtasn1')
-rw-r--r-- | dev-libs/libtasn1/ChangeLog | 9 | ||||
-rw-r--r-- | dev-libs/libtasn1/files/libtasn1-0.3.5-respectcflags.patch | 16 | ||||
-rw-r--r-- | dev-libs/libtasn1/libtasn1-0.3.5.ebuild | 40 | ||||
-rw-r--r-- | dev-libs/libtasn1/libtasn1-2.0.ebuild | 22 |
4 files changed, 30 insertions, 57 deletions
diff --git a/dev-libs/libtasn1/ChangeLog b/dev-libs/libtasn1/ChangeLog index eec79a973628..cfc6c9b8e561 100644 --- a/dev-libs/libtasn1/ChangeLog +++ b/dev-libs/libtasn1/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-libs/libtasn1 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/ChangeLog,v 1.82 2009/03/24 22:31:49 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/ChangeLog,v 1.83 2009/04/13 18:02:35 arfrever Exp $ + +*libtasn1-2.0 (13 Apr 2009) + + 13 Apr 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + -files/libtasn1-0.3.5-respectcflags.patch, -libtasn1-0.3.5.ebuild, + +libtasn1-2.0.ebuild: + Version bump. Remove an older version. 24 Mar 2009; Joseph Jezak <josejx@gentoo.org> libtasn1-1.8.ebuild: Marked ppc stable for bug #218747. diff --git a/dev-libs/libtasn1/files/libtasn1-0.3.5-respectcflags.patch b/dev-libs/libtasn1/files/libtasn1-0.3.5-respectcflags.patch deleted file mode 100644 index 04299c82f3c5..000000000000 --- a/dev-libs/libtasn1/files/libtasn1-0.3.5-respectcflags.patch +++ /dev/null @@ -1,16 +0,0 @@ -Index: libtasn1-0.3.5/configure.in -=================================================================== ---- libtasn1-0.3.5.orig/configure.in -+++ libtasn1-0.3.5/configure.in -@@ -60,8 +60,9 @@ if test "$GCC" = "yes"; then - CFLAGS="-Wno-pointer-sign" - AC_COMPILE_IFELSE(AC_LANG_PROGRAM([]),_gcc_psign=yes,_gcc_psign=no) - AC_MSG_RESULT($_gcc_psign) -- if test x"$_gcc_psign" != xyes ; then -- CFLAGS=$_gcc_cflags_save; -+ CFLAGS=$_gcc_cflags_save; -+ if test x"$_gcc_psign" = xyes ; then -+ CFLAGS="${CFLAGS} -Wno-pointer-sign" - fi - - AC_MSG_CHECKING([whether we have GNU assembler]) diff --git a/dev-libs/libtasn1/libtasn1-0.3.5.ebuild b/dev-libs/libtasn1/libtasn1-0.3.5.ebuild deleted file mode 100644 index 3c3e2937ba7f..000000000000 --- a/dev-libs/libtasn1/libtasn1-0.3.5.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# 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-0.3.5.ebuild,v 1.16 2008/12/26 22:55:51 dragonheart Exp $ - -inherit libtool multilib autotools - -DESCRIPTION="provides ASN.1 structures parsing capabilities for use with GNUTLS" -HOMEPAGE="http://www.gnutls.org/" -SRC_URI="http://download.savannah.nongnu.org/releases/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="doc" - -DEPEND=">=dev-lang/perl-5.6 - sys-devel/bison" -RDEPEND="" - -src_unpack() { - unpack ${A} - cd "${S}" - - epatch "${FILESDIR}/${P}-respectcflags.patch" - AT_M4DIR="m4" eautoreconf -} - -src_install() { - make DESTDIR="${D}" install || die "installed failed" - dodoc AUTHORS ChangeLog NEWS README THANKS - use doc && dodoc doc/asn1.ps -} - -pkg_postinst() { - if [[ -e ${ROOT}/usr/$(get_libdir)/libtasn1.so.2 ]] ; then - ewarn "You must re-compile all packages that are linked against" - ewarn "Libtasn1-0.2.* by using revdep-rebuild from gentoolkit:" - ewarn "# revdep-rebuild --library libtasn1.so.2" - fi -} diff --git a/dev-libs/libtasn1/libtasn1-2.0.ebuild b/dev-libs/libtasn1/libtasn1-2.0.ebuild new file mode 100644 index 000000000000..b2ffa1a60f4f --- /dev/null +++ b/dev-libs/libtasn1/libtasn1-2.0.ebuild @@ -0,0 +1,22 @@ +# 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.0.ebuild,v 1.1 2009/04/13 18:02:35 arfrever 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 "emake install failed" + dodoc AUTHORS ChangeLog NEWS README THANKS + use doc && dodoc doc/libtasn1.ps +} |