diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-06-24 10:32:57 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-06-24 10:32:57 +0000 |
commit | 56653f0c96bc7adad8efd260b90c11b826cea5ae (patch) | |
tree | cd49daaa478f563eace307da296a063e4e4b58a0 /sys-auth/ykpers | |
parent | Version bump yubikey-related packages. Close bugs #394565, #394563, #423289, ... (diff) | |
download | gentoo-2-56653f0c96bc7adad8efd260b90c11b826cea5ae.tar.gz gentoo-2-56653f0c96bc7adad8efd260b90c11b826cea5ae.tar.bz2 gentoo-2-56653f0c96bc7adad8efd260b90c11b826cea5ae.zip |
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)
Diffstat (limited to 'sys-auth/ykpers')
-rw-r--r-- | sys-auth/ykpers/ChangeLog | 10 | ||||
-rw-r--r-- | sys-auth/ykpers/files/ykpers-1.3.4-rpath.patch | 12 | ||||
-rw-r--r-- | sys-auth/ykpers/ykpers-1.7.0.ebuild (renamed from sys-auth/ykpers/ykpers-1.3.4.ebuild) | 19 |
3 files changed, 16 insertions, 25 deletions
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ò <flameeyes@gentoo.org> +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 <ssuominen@gentoo.org> 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.7.0.ebuild index bb0674c78127..9e339d421659 100644 --- a/sys-auth/ykpers/ykpers-1.3.4.ebuild +++ b/sys-auth/ykpers/ykpers-1.7.0.ebuild @@ -1,13 +1,14 @@ # 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 $ +# $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 autotools eutils + +inherit 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" +HOMEPAGE="https://github.com/Yubico/yubikey-personalization" KEYWORDS="~amd64" SLOT="0" @@ -19,18 +20,14 @@ RDEPEND=">=sys-auth/libyubikey-1.6 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) } +DOCS=( AUTHORS ChangeLog NEWS README ) + src_install() { - emake DESTDIR="${D}" install - dodoc AUTHORS ChangeLog NEWS README doc/* + default + dodoc doc/* prune_libtool_files } |