From 56653f0c96bc7adad8efd260b90c11b826cea5ae Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Sun, 24 Jun 2012 10:32:57 +0000 Subject: Version bump yubikey-related packages. Close bugs #394565, #394563, #423289, #371345, #394567. Remove old and old patch. (Portage version: 2.2.0_alpha112/cvs/Linux x86_64) --- sys-auth/ykpers/ChangeLog | 10 +++++-- sys-auth/ykpers/files/ykpers-1.3.4-rpath.patch | 12 --------- sys-auth/ykpers/ykpers-1.3.4.ebuild | 36 -------------------------- sys-auth/ykpers/ykpers-1.7.0.ebuild | 33 +++++++++++++++++++++++ 4 files changed, 41 insertions(+), 50 deletions(-) delete mode 100644 sys-auth/ykpers/files/ykpers-1.3.4-rpath.patch delete mode 100644 sys-auth/ykpers/ykpers-1.3.4.ebuild create mode 100644 sys-auth/ykpers/ykpers-1.7.0.ebuild (limited to 'sys-auth') diff --git a/sys-auth/ykpers/ChangeLog b/sys-auth/ykpers/ChangeLog index 6d4b8867f39f..cade8ae54fb2 100644 --- a/sys-auth/ykpers/ChangeLog +++ b/sys-auth/ykpers/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for sys-auth/ykpers # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/ykpers/ChangeLog,v 1.5 2012/06/24 10:17:35 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/ykpers/ChangeLog,v 1.6 2012/06/24 10:32:57 flameeyes Exp $ + +*ykpers-1.7.0 (24 Jun 2012) + + 24 Jun 2012; Diego E. Pettenò +ykpers-1.7.0.ebuild, + -files/ykpers-1.3.4-rpath.patch, -ykpers-1.3.4.ebuild: + Version bump yubikey-related packages. Close bugs #394565, #394563, #423289, + #371345, #394567. Remove old and old patch. 24 Jun 2012; Samuli Suominen ykpers-1.3.4.ebuild: USE="static-libs" and convert to prune_libtool_files() function. Remove @@ -22,4 +29,3 @@ +ykpers-1.3.4.ebuild, +files/ykpers-1.3.4-rpath.patch, +metadata.xml: Add ykpers, proxy-maintained by Brant Gurganus. Ebuild and patch from bug #342105, updated for style and repoman. - diff --git a/sys-auth/ykpers/files/ykpers-1.3.4-rpath.patch b/sys-auth/ykpers/files/ykpers-1.3.4-rpath.patch deleted file mode 100644 index 5e78e52e0daa..000000000000 --- a/sys-auth/ykpers/files/ykpers-1.3.4-rpath.patch +++ /dev/null @@ -1,12 +0,0 @@ -Index: ykpers-1.3.4/Makefile.am -=================================================================== ---- ykpers-1.3.4.orig/Makefile.am -+++ ykpers-1.3.4/Makefile.am -@@ -69,7 +69,6 @@ dist_man1_MANS = ykpersonalize.1 - - # Self tests. - --AM_LDFLAGS = -no-install - LDADD = ./libykpers-1.la - - ctests = selftest$(EXEEXT) diff --git a/sys-auth/ykpers/ykpers-1.3.4.ebuild b/sys-auth/ykpers/ykpers-1.3.4.ebuild deleted file mode 100644 index bb0674c78127..000000000000 --- a/sys-auth/ykpers/ykpers-1.3.4.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/ykpers/ykpers-1.3.4.ebuild,v 1.5 2012/06/24 10:17:35 ssuominen Exp $ - -EAPI=4 -inherit autotools eutils - -DESCRIPTION="Library and tool for personalization of Yubico's YubiKey" -HOMEPAGE="http://code.google.com/p/yubikey-personalization" -SRC_URI="http://yubikey-personalization.googlecode.com/files/${P}.tar.gz" - -KEYWORDS="~amd64" -SLOT="0" -LICENSE="BSD-2" -IUSE="static-libs" - -RDEPEND=">=sys-auth/libyubikey-1.6 - virtual/libusb:1" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_prepare() { - epatch "${FILESDIR}"/${P}-rpath.patch - sed -i -e '/AM_INIT_AUTOMAKE/s: -Werror::' configure.ac || die #423255 - eautoreconf -} - -src_configure() { - econf $(use_enable static-libs static) -} - -src_install() { - emake DESTDIR="${D}" install - dodoc AUTHORS ChangeLog NEWS README doc/* - prune_libtool_files -} diff --git a/sys-auth/ykpers/ykpers-1.7.0.ebuild b/sys-auth/ykpers/ykpers-1.7.0.ebuild new file mode 100644 index 000000000000..9e339d421659 --- /dev/null +++ b/sys-auth/ykpers/ykpers-1.7.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/ykpers/ykpers-1.7.0.ebuild,v 1.1 2012/06/24 10:32:57 flameeyes Exp $ + +EAPI=4 + +inherit eutils + +DESCRIPTION="Library and tool for personalization of Yubico's YubiKey" +SRC_URI="http://yubikey-personalization.googlecode.com/files/${P}.tar.gz" +HOMEPAGE="https://github.com/Yubico/yubikey-personalization" + +KEYWORDS="~amd64" +SLOT="0" +LICENSE="BSD-2" +IUSE="static-libs" + +RDEPEND=">=sys-auth/libyubikey-1.6 + virtual/libusb:1" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +src_configure() { + econf $(use_enable static-libs static) +} + +DOCS=( AUTHORS ChangeLog NEWS README ) + +src_install() { + default + dodoc doc/* + prune_libtool_files +} -- cgit v1.2.3-65-gdbad