diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-04-14 06:55:44 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-04-14 06:55:44 +0000 |
commit | 48480c9ec2c4cdf76a06d8c346161b44d2118556 (patch) | |
tree | 8a93d40d460cd1f5216d5ed92a0553bc9062d316 /sys-auth/ykpers | |
parent | Version Bump (diff) | |
download | gentoo-2-48480c9ec2c4cdf76a06d8c346161b44d2118556.tar.gz gentoo-2-48480c9ec2c4cdf76a06d8c346161b44d2118556.tar.bz2 gentoo-2-48480c9ec2c4cdf76a06d8c346161b44d2118556.zip |
Version Bump; drop old
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sys-auth/ykpers')
-rw-r--r-- | sys-auth/ykpers/ChangeLog | 12 | ||||
-rw-r--r-- | sys-auth/ykpers/ykpers-1.13.0.ebuild | 38 | ||||
-rw-r--r-- | sys-auth/ykpers/ykpers-1.14.0.ebuild | 38 | ||||
-rw-r--r-- | sys-auth/ykpers/ykpers-1.14.1.ebuild | 38 | ||||
-rw-r--r-- | sys-auth/ykpers/ykpers-1.15.2.ebuild | 38 | ||||
-rw-r--r-- | sys-auth/ykpers/ykpers-1.16.0.ebuild | 39 | ||||
-rw-r--r-- | sys-auth/ykpers/ykpers-1.17.1.ebuild (renamed from sys-auth/ykpers/ykpers-1.16.1.ebuild) | 4 | ||||
-rw-r--r-- | sys-auth/ykpers/ykpers-1.7.0.ebuild | 33 | ||||
-rw-r--r-- | sys-auth/ykpers/ykpers-1.9.0.ebuild | 38 |
9 files changed, 12 insertions, 266 deletions
diff --git a/sys-auth/ykpers/ChangeLog b/sys-auth/ykpers/ChangeLog index 084f3c02f255..a8fcba857ae2 100644 --- a/sys-auth/ykpers/ChangeLog +++ b/sys-auth/ykpers/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for sys-auth/ykpers -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/ykpers/ChangeLog,v 1.15 2014/12/26 13:23:03 jlec Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/ykpers/ChangeLog,v 1.16 2015/04/14 06:55:44 jlec Exp $ + +*ykpers-1.17.1 (14 Apr 2015) + + 14 Apr 2015; Justin Lecher <jlec@gentoo.org> +ykpers-1.17.1.ebuild, + -ykpers-1.13.0.ebuild, -ykpers-1.14.0.ebuild, -ykpers-1.14.1.ebuild, + -ykpers-1.15.2.ebuild, -ykpers-1.16.0.ebuild, -ykpers-1.16.1.ebuild, + -ykpers-1.7.0.ebuild, -ykpers-1.9.0.ebuild: + Version Bump; drop old *ykpers-1.16.2 (26 Dec 2014) diff --git a/sys-auth/ykpers/ykpers-1.13.0.ebuild b/sys-auth/ykpers/ykpers-1.13.0.ebuild deleted file mode 100644 index cb1671b3e310..000000000000 --- a/sys-auth/ykpers/ykpers-1.13.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/ykpers/ykpers-1.13.0.ebuild,v 1.1 2013/04/22 13:23:20 zerochaos Exp $ - -EAPI=5 - -inherit eutils udev - -DESCRIPTION="Library and tool for personalization of Yubico's YubiKey" -SRC_URI="http://yubico.github.io/yubikey-personalization/releases/${P}.tar.gz" -HOMEPAGE="https://github.com/Yubico/yubikey-personalization" - -KEYWORDS="~amd64 ~x86" -SLOT="0" -LICENSE="BSD-2" -IUSE="static-libs consolekit" - -RDEPEND=">=sys-auth/libyubikey-1.6 - virtual/libusb:1" -DEPEND="${RDEPEND} - virtual/pkgconfig" -RDEPEND="${RDEPEND} - consolekit? ( sys-auth/consolekit[acl] )" - -src_configure() { - econf $(use_enable static-libs static) -} - -DOCS=( AUTHORS ChangeLog NEWS README ) - -src_install() { - default - dodoc doc/* - prune_libtool_files - - use consolekit && \ - udev_dorules 70-yubikey.rules -} diff --git a/sys-auth/ykpers/ykpers-1.14.0.ebuild b/sys-auth/ykpers/ykpers-1.14.0.ebuild deleted file mode 100644 index 31a850920bf0..000000000000 --- a/sys-auth/ykpers/ykpers-1.14.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/ykpers/ykpers-1.14.0.ebuild,v 1.1 2013/08/10 12:37:25 wschlich Exp $ - -EAPI=5 - -inherit eutils udev - -DESCRIPTION="Library and tool for personalization of Yubico's YubiKey" -SRC_URI="http://yubico.github.io/yubikey-personalization/releases/${P}.tar.gz" -HOMEPAGE="https://github.com/Yubico/yubikey-personalization" - -KEYWORDS="~amd64 ~x86" -SLOT="0" -LICENSE="BSD-2" -IUSE="static-libs consolekit" - -RDEPEND=">=sys-auth/libyubikey-1.6 - virtual/libusb:1" -DEPEND="${RDEPEND} - virtual/pkgconfig" -RDEPEND="${RDEPEND} - consolekit? ( sys-auth/consolekit[acl] )" - -src_configure() { - econf $(use_enable static-libs static) -} - -DOCS=( AUTHORS ChangeLog NEWS README ) - -src_install() { - default - dodoc doc/* - prune_libtool_files - - use consolekit && \ - udev_dorules 70-yubikey.rules -} diff --git a/sys-auth/ykpers/ykpers-1.14.1.ebuild b/sys-auth/ykpers/ykpers-1.14.1.ebuild deleted file mode 100644 index ab244b85a4f8..000000000000 --- a/sys-auth/ykpers/ykpers-1.14.1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/ykpers/ykpers-1.14.1.ebuild,v 1.1 2013/10/28 13:50:08 zerochaos Exp $ - -EAPI=5 - -inherit eutils udev - -DESCRIPTION="Library and tool for personalization of Yubico's YubiKey" -SRC_URI="http://yubico.github.io/yubikey-personalization/releases/${P}.tar.gz" -HOMEPAGE="https://github.com/Yubico/yubikey-personalization" - -KEYWORDS="~amd64 ~x86" -SLOT="0" -LICENSE="BSD-2" -IUSE="static-libs consolekit" - -RDEPEND=">=sys-auth/libyubikey-1.6 - virtual/libusb:1" -DEPEND="${RDEPEND} - virtual/pkgconfig" -RDEPEND="${RDEPEND} - consolekit? ( sys-auth/consolekit[acl] )" - -src_configure() { - econf $(use_enable static-libs static) -} - -DOCS=( AUTHORS ChangeLog NEWS README ) - -src_install() { - default - dodoc doc/* - prune_libtool_files - - use consolekit && \ - udev_dorules 70-yubikey.rules -} diff --git a/sys-auth/ykpers/ykpers-1.15.2.ebuild b/sys-auth/ykpers/ykpers-1.15.2.ebuild deleted file mode 100644 index 1ae6d9a0a2d4..000000000000 --- a/sys-auth/ykpers/ykpers-1.15.2.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/ykpers/ykpers-1.15.2.ebuild,v 1.1 2014/08/19 02:33:08 zerochaos Exp $ - -EAPI=5 - -inherit eutils udev - -DESCRIPTION="Library and tool for personalization of Yubico's YubiKey" -SRC_URI="http://yubico.github.io/yubikey-personalization/releases/${P}.tar.gz" -HOMEPAGE="https://github.com/Yubico/yubikey-personalization" - -KEYWORDS="~amd64 ~x86" -SLOT="0" -LICENSE="BSD-2" -IUSE="static-libs consolekit" - -RDEPEND=">=sys-auth/libyubikey-1.6 - virtual/libusb:1" -DEPEND="${RDEPEND} - virtual/pkgconfig" -RDEPEND="${RDEPEND} - consolekit? ( sys-auth/consolekit[acl] )" - -src_configure() { - econf $(use_enable static-libs static) -} - -DOCS=( AUTHORS ChangeLog NEWS README ) - -src_install() { - default - dodoc doc/* - prune_libtool_files - - use consolekit && \ - udev_dorules 70-yubikey.rules -} diff --git a/sys-auth/ykpers/ykpers-1.16.0.ebuild b/sys-auth/ykpers/ykpers-1.16.0.ebuild deleted file mode 100644 index b714274c30e2..000000000000 --- a/sys-auth/ykpers/ykpers-1.16.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/ykpers/ykpers-1.16.0.ebuild,v 1.1 2014/10/06 07:44:32 jlec Exp $ - -EAPI=5 - -inherit eutils udev - -DESCRIPTION="Library and tool for personalization of Yubico's YubiKey" -SRC_URI="http://yubico.github.io/yubikey-personalization/releases/${P}.tar.gz" -HOMEPAGE="https://github.com/Yubico/yubikey-personalization" - -KEYWORDS="~amd64 ~x86" -SLOT="0" -LICENSE="BSD-2" -IUSE="static-libs consolekit" - -RDEPEND=" - >=sys-auth/libyubikey-1.6 - virtual/libusb:1" -DEPEND="${RDEPEND} - virtual/pkgconfig" -RDEPEND="${RDEPEND} - consolekit? ( sys-auth/consolekit[acl] )" - -src_configure() { - econf $(use_enable static-libs static) -} - -DOCS=( AUTHORS ChangeLog NEWS README ) - -src_install() { - default - dodoc doc/* - prune_libtool_files - - use consolekit && \ - udev_dorules 70-yubikey.rules -} diff --git a/sys-auth/ykpers/ykpers-1.16.1.ebuild b/sys-auth/ykpers/ykpers-1.17.1.ebuild index 19b95eb34ca3..da0b811a7766 100644 --- a/sys-auth/ykpers/ykpers-1.16.1.ebuild +++ b/sys-auth/ykpers/ykpers-1.17.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/ykpers/ykpers-1.16.1.ebuild,v 1.1 2014/11/20 07:31:56 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/ykpers/ykpers-1.17.1.ebuild,v 1.1 2015/04/14 06:55:44 jlec Exp $ EAPI=5 diff --git a/sys-auth/ykpers/ykpers-1.7.0.ebuild b/sys-auth/ykpers/ykpers-1.7.0.ebuild deleted file mode 100644 index 9e339d421659..000000000000 --- a/sys-auth/ykpers/ykpers-1.7.0.ebuild +++ /dev/null @@ -1,33 +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.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 -} diff --git a/sys-auth/ykpers/ykpers-1.9.0.ebuild b/sys-auth/ykpers/ykpers-1.9.0.ebuild deleted file mode 100644 index c5ea1c86e280..000000000000 --- a/sys-auth/ykpers/ykpers-1.9.0.ebuild +++ /dev/null @@ -1,38 +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.9.0.ebuild,v 1.1 2012/12/31 02:22:31 flameeyes Exp $ - -EAPI=5 - -inherit eutils udev - -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 consolekit" - -RDEPEND=">=sys-auth/libyubikey-1.6 - virtual/libusb:1" -DEPEND="${RDEPEND} - virtual/pkgconfig" -RDEPEND="${RDEPEND} - consolekit? ( sys-auth/consolekit[acl] )" - -src_configure() { - econf $(use_enable static-libs static) -} - -DOCS=( AUTHORS ChangeLog NEWS README ) - -src_install() { - default - dodoc doc/* - prune_libtool_files - - use consolekit && \ - udev_dorules 70-yubikey.rules -} |