diff options
author | Thomas Beierlein <tomjbe@gentoo.org> | 2013-06-09 17:06:51 +0000 |
---|---|---|
committer | Thomas Beierlein <tomjbe@gentoo.org> | 2013-06-09 17:06:51 +0000 |
commit | bd8c0c1946d0351bc4f883247facbbe0300f3250 (patch) | |
tree | b6c46c11ea6f56978f8a111a07352469d17862d9 | |
parent | Depend on virtual/python-imaging. (diff) | |
download | gentoo-2-bd8c0c1946d0351bc4f883247facbbe0300f3250.tar.gz gentoo-2-bd8c0c1946d0351bc4f883247facbbe0300f3250.tar.bz2 gentoo-2-bd8c0c1946d0351bc4f883247facbbe0300f3250.zip |
Version bump
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0x762053D5)
-rw-r--r-- | dev-libs/libax25/ChangeLog | 9 | ||||
-rw-r--r-- | dev-libs/libax25/libax25-0.0.12_rc3.ebuild | 24 |
2 files changed, 31 insertions, 2 deletions
diff --git a/dev-libs/libax25/ChangeLog b/dev-libs/libax25/ChangeLog index 7337b58c0c6e..1a650a75509a 100644 --- a/dev-libs/libax25/ChangeLog +++ b/dev-libs/libax25/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/libax25 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libax25/ChangeLog,v 1.15 2010/01/31 12:51:40 ssuominen Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libax25/ChangeLog,v 1.16 2013/06/09 17:06:50 tomjbe Exp $ + +*libax25-0.0.12_rc3 (09 Jun 2013) + + 09 Jun 2013; Thomas Beierlein <tomjbe@gentoo.org> +libax25-0.0.12_rc3.ebuild: + Version bump *libax25-0.0.12_rc2 (31 Jan 2010) diff --git a/dev-libs/libax25/libax25-0.0.12_rc3.ebuild b/dev-libs/libax25/libax25-0.0.12_rc3.ebuild new file mode 100644 index 000000000000..d11f4577e01a --- /dev/null +++ b/dev-libs/libax25/libax25-0.0.12_rc3.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libax25/libax25-0.0.12_rc3.ebuild,v 1.1 2013/06/09 17:06:51 tomjbe Exp $ + +EAPI=5 +inherit versionator + +MY_P=${PN}-$(replace_version_separator 3 '-') + +DESCRIPTION="AX.25 library for hamradio applications" +HOMEPAGE="http://www.linux-ax25.org/" +SRC_URI="http://www.linux-ax25.org/pub/${PN}/${MY_P}.tar.gz" + +LICENSE="LGPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +S=${WORKDIR}/${MY_P} + +src_install() { + emake DESTDIR="${D}" install installconf + dodoc AUTHORS NEWS README +} |