From df847560e7bc663a194fa93da6c128f8fd228d21 Mon Sep 17 00:00:00 2001 From: Christian Ruppert Date: Sun, 6 Sep 2009 18:03:04 +0000 Subject: Remove unused patch. Fix repoman complains. (Portage version: 2.2_rc40/cvs/Linux x86_64) --- dev-libs/libax25/ChangeLog | 11 +++++++++-- dev-libs/libax25/files/axports.gentoo | 6 ------ dev-libs/libax25/libax25-0.0.11-r1.ebuild | 19 ------------------- dev-libs/libax25/libax25-0.0.11-r2.ebuild | 20 ++++++++++++++++++++ 4 files changed, 29 insertions(+), 27 deletions(-) delete mode 100644 dev-libs/libax25/files/axports.gentoo delete mode 100644 dev-libs/libax25/libax25-0.0.11-r1.ebuild create mode 100644 dev-libs/libax25/libax25-0.0.11-r2.ebuild (limited to 'dev-libs/libax25') diff --git a/dev-libs/libax25/ChangeLog b/dev-libs/libax25/ChangeLog index 154a0254b09a..8bbf22501626 100644 --- a/dev-libs/libax25/ChangeLog +++ b/dev-libs/libax25/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-libs/libax25 -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libax25/ChangeLog,v 1.10 2008/08/03 16:08:22 kingtaco Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libax25/ChangeLog,v 1.11 2009/09/06 18:03:03 idl0r Exp $ + +*libax25-0.0.11-r2 (06 Sep 2009) + + 06 Sep 2009; Christian Ruppert + -libax25-0.0.11-r1.ebuild, +libax25-0.0.11-r2.ebuild, + -files/axports.gentoo: + Remove unused patch. Fix repoman complains. 03 Aug 2008; Mike Doty libax25-0.0.11-r1.ebuild: keywording ~amd64 diff --git a/dev-libs/libax25/files/axports.gentoo b/dev-libs/libax25/files/axports.gentoo deleted file mode 100644 index 18dbcb72d045..000000000000 --- a/dev-libs/libax25/files/axports.gentoo +++ /dev/null @@ -1,6 +0,0 @@ -# Gentoo reference axports file -# List one interface per line -# Use a speed of "0" to prevent kissattach from setting the interface's speed -# (Assuming kissattach is required for said interface) -#Name Callsign Speed Packet_Size Window_Size Comment -#demo N0CALL-1 1200 256 2 Demo Interface diff --git a/dev-libs/libax25/libax25-0.0.11-r1.ebuild b/dev-libs/libax25/libax25-0.0.11-r1.ebuild deleted file mode 100644 index 757354ff6401..000000000000 --- a/dev-libs/libax25/libax25-0.0.11-r1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libax25/libax25-0.0.11-r1.ebuild,v 1.7 2008/08/03 16:08:22 kingtaco Exp $ - -DESCRIPTION="AX.25 protocol library for various Amateur Radio programs" -HOMEPAGE="http://ax25.sourceforge.net/" -SRC_URI="mirror://sourceforge/ax25/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -DEPEND="virtual/libc" - -src_install() { - make DESTDIR=${D} install installconf || die - dodoc AUTHORS COPYING NEWS README -} diff --git a/dev-libs/libax25/libax25-0.0.11-r2.ebuild b/dev-libs/libax25/libax25-0.0.11-r2.ebuild new file mode 100644 index 000000000000..510ea9274505 --- /dev/null +++ b/dev-libs/libax25/libax25-0.0.11-r2.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libax25/libax25-0.0.11-r2.ebuild,v 1.1 2009/09/06 18:03:03 idl0r Exp $ + +DESCRIPTION="AX.25 protocol library for various Amateur Radio programs" +HOMEPAGE="http://ax25.sourceforge.net/" +SRC_URI="mirror://sourceforge/ax25/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +DEPEND="virtual/libc" +RDEPEND="${DEPEND}" + +src_install() { + make DESTDIR="${D}" install installconf || die + dodoc AUTHORS NEWS README || die +} -- cgit v1.2.3-65-gdbad