diff options
author | Jason A. Donenfeld <zx2c4@gentoo.org> | 2015-03-10 13:33:22 +0000 |
---|---|---|
committer | Jason A. Donenfeld <zx2c4@gentoo.org> | 2015-03-10 13:33:22 +0000 |
commit | 3d3e272b96cb917313b7704bd685f697909d2df3 (patch) | |
tree | b2813e3eb40abaf25ede4413d3c286aa671663e2 /dev-lua | |
parent | Version bump, optionally install a set of modules as plowhsare only provides ... (diff) | |
download | gentoo-2-3d3e272b96cb917313b7704bd685f697909d2df3.tar.gz gentoo-2-3d3e272b96cb917313b7704bd685f697909d2df3.tar.bz2 gentoo-2-3d3e272b96cb917313b7704bd685f697909d2df3.zip |
Cleanups
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key A5DE03AE)
Diffstat (limited to 'dev-lua')
-rw-r--r-- | dev-lua/lualdap/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lua/lualdap/lualdap-1.2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lua/lualdap/ChangeLog b/dev-lua/lualdap/ChangeLog index c7a13651cc04..78eae82e922b 100644 --- a/dev-lua/lualdap/ChangeLog +++ b/dev-lua/lualdap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lua/lualdap # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lua/lualdap/ChangeLog,v 1.2 2015/03/10 11:31:17 zx2c4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lua/lualdap/ChangeLog,v 1.3 2015/03/10 13:33:22 zx2c4 Exp $ + + 10 Mar 2015; Jason A. Donenfeld <zx2c4@gentoo.org> lualdap-1.2.0.ebuild: + Cleanups *lualdap-1.2.0 (10 Mar 2015) diff --git a/dev-lua/lualdap/lualdap-1.2.0.ebuild b/dev-lua/lualdap/lualdap-1.2.0.ebuild index 7493d2aee683..d23fe879fb88 100644 --- a/dev-lua/lualdap/lualdap-1.2.0.ebuild +++ b/dev-lua/lualdap/lualdap-1.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lua/lualdap/lualdap-1.2.0.ebuild,v 1.1 2015/03/10 11:31:17 zx2c4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lua/lualdap/lualdap-1.2.0.ebuild,v 1.2 2015/03/10 13:33:22 zx2c4 Exp $ EAPI=5 @@ -10,7 +10,7 @@ MY_PN="LuaLDAP" DESCRIPTION="Simple interface from Lua to OpenLDAP" HOMEPAGE="http://git.zx2c4.com/lualdap/about/" -SRC_URI="http://git.zx2c4.com/${PN}/snapshot/${P}.tar.gz" +SRC_URI="http://git.zx2c4.com/${PN}/snapshot/${P}.tar.xz" LICENSE="MIT" SLOT="0" |