diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-06-24 10:34:00 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-06-24 10:34:00 +0000 |
commit | 52946ce868af973b81731b2588f4e7e0e7e308b1 (patch) | |
tree | 67ec8a2ed3b96e8c98ea19b700868f1dbcf52675 /sys-auth | |
parent | Version bump yubikey-related packages. Close bugs #394565, #394563, #423289, ... (diff) | |
download | gentoo-2-52946ce868af973b81731b2588f4e7e0e7e308b1.tar.gz gentoo-2-52946ce868af973b81731b2588f4e7e0e7e308b1.tar.bz2 gentoo-2-52946ce868af973b81731b2588f4e7e0e7e308b1.zip |
Remove ebuild as well.
(Portage version: 2.2.0_alpha112/cvs/Linux x86_64)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/ykclient/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/ykclient/ykclient-2.3.ebuild | 32 |
2 files changed, 4 insertions, 33 deletions
diff --git a/sys-auth/ykclient/ChangeLog b/sys-auth/ykclient/ChangeLog index fe82b42482fc..faf67c52a851 100644 --- a/sys-auth/ykclient/ChangeLog +++ b/sys-auth/ykclient/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/ykclient # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/ykclient/ChangeLog,v 1.2 2012/06/24 10:32:39 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/ykclient/ChangeLog,v 1.3 2012/06/24 10:33:59 flameeyes Exp $ + + 24 Jun 2012; Diego E. Pettenò <flameeyes@gentoo.org> -ykclient-2.3.ebuild: + Remove ebuild as well. *ykclient-2.8 (24 Jun 2012) diff --git a/sys-auth/ykclient/ykclient-2.3.ebuild b/sys-auth/ykclient/ykclient-2.3.ebuild deleted file mode 100644 index 24ca736f151a..000000000000 --- a/sys-auth/ykclient/ykclient-2.3.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/ykclient/ykclient-2.3.ebuild,v 1.1 2010/11/20 00:28:32 flameeyes Exp $ - -EAPI=2 -inherit eutils autotools - -DESCRIPTION="Yubico C client library" -SRC_URI="http://yubico-c-client.googlecode.com/files/${P}.tar.gz" -HOMEPAGE="http://code.google.com/p/yubico-c-client/" - -KEYWORDS="~amd64" -SLOT="0" -LICENSE="BSD-2" -IUSE="" - -RDEPEND=">=net-misc/curl-7.21.1" -DEPEND="${RDEPEND}" - -# Tests require an active network connection, we don't want to run them -RESTRICT="test" - -src_prepare() { - epatch "${FILESDIR}"/${P}-rpath.patch - eautoreconf -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog NEWS README || die - find "${D}" -name '*.la' -delete || die -} |