summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Beierlein <tomjbe@gentoo.org>2013-06-19 04:16:51 +0000
committerThomas Beierlein <tomjbe@gentoo.org>2013-06-19 04:16:51 +0000
commit7f69f5b2a630214e74a87b894ca5e6a7fe87f88a (patch)
tree70e1dfe4f8ea0ce49a23297d9f91558e8def0985 /dev-libs/libax25
parentChanged herd to sci-chemistry (diff)
downloadgentoo-2-7f69f5b2a630214e74a87b894ca5e6a7fe87f88a.tar.gz
gentoo-2-7f69f5b2a630214e74a87b894ca5e6a7fe87f88a.tar.bz2
gentoo-2-7f69f5b2a630214e74a87b894ca5e6a7fe87f88a.zip
Version bump
(Portage version: 2.1.12.5/cvs/Linux x86_64, signed Manifest commit with key 0x762053D5)
Diffstat (limited to 'dev-libs/libax25')
-rw-r--r--dev-libs/libax25/ChangeLog7
-rw-r--r--dev-libs/libax25/libax25-0.0.12_rc4.ebuild24
2 files changed, 30 insertions, 1 deletions
diff --git a/dev-libs/libax25/ChangeLog b/dev-libs/libax25/ChangeLog
index 1a650a75509a..b81a6c314b0b 100644
--- a/dev-libs/libax25/ChangeLog
+++ b/dev-libs/libax25/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-libs/libax25
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libax25/ChangeLog,v 1.17 2013/06/19 04:16:50 tomjbe Exp $
+
+*libax25-0.0.12_rc4 (19 Jun 2013)
+
+ 19 Jun 2013; Thomas Beierlein <tomjbe@gentoo.org> +libax25-0.0.12_rc4.ebuild:
+ Version bump
*libax25-0.0.12_rc3 (09 Jun 2013)
diff --git a/dev-libs/libax25/libax25-0.0.12_rc4.ebuild b/dev-libs/libax25/libax25-0.0.12_rc4.ebuild
new file mode 100644
index 000000000000..7304a543cf31
--- /dev/null
+++ b/dev-libs/libax25/libax25-0.0.12_rc4.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_rc4.ebuild,v 1.1 2013/06/19 04:16: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
+}