summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Beierlein <tomjbe@gentoo.org>2013-12-25 13:33:33 +0000
committerThomas Beierlein <tomjbe@gentoo.org>2013-12-25 13:33:33 +0000
commitf1109c81d757512ad2bfdd023be6f49a537e138e (patch)
treed661fb693d8825067ec139642f122bf0d12df2c1 /media-radio
parentVersion bump (diff)
downloadgentoo-2-f1109c81d757512ad2bfdd023be6f49a537e138e.tar.gz
gentoo-2-f1109c81d757512ad2bfdd023be6f49a537e138e.tar.bz2
gentoo-2-f1109c81d757512ad2bfdd023be6f49a537e138e.zip
Drop old
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x762053D5)
Diffstat (limited to 'media-radio')
-rw-r--r--media-radio/ax25-apps/ChangeLog7
-rw-r--r--media-radio/ax25-apps/ax25-apps-0.0.6-r1.ebuild45
-rw-r--r--media-radio/ax25-apps/ax25-apps-0.0.8_rc2.ebuild39
-rw-r--r--media-radio/ax25-apps/ax25-apps-0.0.8_rc3.ebuild40
-rw-r--r--media-radio/ax25-apps/files/ax25-apps-0.0.6-cflags.patch12
5 files changed, 6 insertions, 137 deletions
diff --git a/media-radio/ax25-apps/ChangeLog b/media-radio/ax25-apps/ChangeLog
index e3c5f4aace77..e2da9c80f534 100644
--- a/media-radio/ax25-apps/ChangeLog
+++ b/media-radio/ax25-apps/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-radio/ax25-apps
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/ax25-apps/ChangeLog,v 1.25 2013/08/28 11:15:59 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-radio/ax25-apps/ChangeLog,v 1.26 2013/12/25 13:33:32 tomjbe Exp $
+
+ 25 Dec 2013; Thomas Beierlein <tomjbe@gentoo.org> -ax25-apps-0.0.6-r1.ebuild,
+ -ax25-apps-0.0.8_rc2.ebuild, -ax25-apps-0.0.8_rc3.ebuild,
+ -files/ax25-apps-0.0.6-cflags.patch:
+ Drop old
28 Aug 2013; Agostino Sarubbo <ago@gentoo.org> ax25-apps-0.0.8_rc4.ebuild:
Stable for x86, wrt bug #482110
diff --git a/media-radio/ax25-apps/ax25-apps-0.0.6-r1.ebuild b/media-radio/ax25-apps/ax25-apps-0.0.6-r1.ebuild
deleted file mode 100644
index 8cc03d0b9af3..000000000000
--- a/media-radio/ax25-apps/ax25-apps-0.0.6-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/ax25-apps/ax25-apps-0.0.6-r1.ebuild,v 1.15 2012/11/11 18:49:21 tomjbe Exp $
-
-EAPI=4
-inherit autotools eutils
-
-DESCRIPTION="Basic AX.25 (Amateur Radio) user tools, additional daemons"
-HOMEPAGE="http://ax25.sourceforge.net/"
-SRC_URI="mirror://sourceforge/ax25/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE=""
-
-RDEPEND=">=dev-libs/libax25-0.0.7"
-DEPEND="${RDEPEND}
- !media-sound/listen"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-cflags.patch
- eautoreconf
-}
-
-src_install() {
- emake DESTDIR="${D}" install installconf
-
- newinitd "${FILESDIR}"/ax25ipd.rc ax25ipd
- newinitd "${FILESDIR}"/ax25mond.rc ax25mond
- newinitd "${FILESDIR}"/ax25rtd.rc ax25rtd
-
- # Make the documentation installation more Gentoo-like
- rm -rf "${D}"/usr/share/doc/ax25-apps
- dodoc AUTHORS NEWS README \
- ax25ipd/README.ax25ipd ax25rtd/README.ax25rtd \
- ax25ipd/HISTORY.ax25ipd ax25rtd/TODO.ax25rtd
-
- # FIXME: Configuration protect logic for the ax25rtd cache
- # or move these files
- # Moving might require changes to ax25rtd/ax25rtctl
- dodir /var/lib/ax25/ax25rtd
- touch "${D}"/var/lib/ax25/ax25rtd/ax25_route
- touch "${D}"/var/lib/ax25/ax25rtd/ip_route
-}
diff --git a/media-radio/ax25-apps/ax25-apps-0.0.8_rc2.ebuild b/media-radio/ax25-apps/ax25-apps-0.0.8_rc2.ebuild
deleted file mode 100644
index 0ebb7472fe16..000000000000
--- a/media-radio/ax25-apps/ax25-apps-0.0.8_rc2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/ax25-apps/ax25-apps-0.0.8_rc2.ebuild,v 1.4 2012/11/11 18:25:41 tomjbe Exp $
-
-EAPI=4
-
-MY_P=${P/_/-}
-
-DESCRIPTION="Basic AX.25 (Amateur Radio) user tools, additional daemons"
-HOMEPAGE="http://www.linux-ax25.org"
-SRC_URI="http://www.linux-ax25.org/pub/${PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND=">=dev-libs/libax25-0.0.12_rc2
- !media-sound/listen"
-RDEPEND=${DEPEND}
-
-S=${WORKDIR}/${MY_P}
-
-src_install() {
- default
-
- newinitd "${FILESDIR}"/ax25ipd.rc ax25ipd
- newinitd "${FILESDIR}"/ax25mond.rc ax25mond
- newinitd "${FILESDIR}"/ax25rtd.rc ax25rtd
-
- rm -rf "${ED}"/usr/share/doc/ax25-apps
-
- dodoc AUTHORS ChangeLog NEWS README ax25ipd/README.ax25ipd \
- ax25rtd/README.ax25rtd ax25ipd/HISTORY.ax25ipd ax25rtd/TODO.ax25rtd
-
- dodir /var/lib/ax25/ax25rtd
- touch "${ED}"/var/lib/ax25/ax25rtd/ax25_route
- touch "${ED}"/var/lib/ax25/ax25rtd/ip_route
-}
diff --git a/media-radio/ax25-apps/ax25-apps-0.0.8_rc3.ebuild b/media-radio/ax25-apps/ax25-apps-0.0.8_rc3.ebuild
deleted file mode 100644
index 8e04a301460d..000000000000
--- a/media-radio/ax25-apps/ax25-apps-0.0.8_rc3.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/ax25-apps/ax25-apps-0.0.8_rc3.ebuild,v 1.1 2013/06/09 17:32:44 tomjbe Exp $
-
-EAPI=5
-
-MY_P=${P/_/-}
-
-DESCRIPTION="Basic AX.25 (Amateur Radio) user tools, additional daemons"
-HOMEPAGE="http://www.linux-ax25.org"
-SRC_URI="http://www.linux-ax25.org/pub/${PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND=">=dev-libs/libax25-0.0.12_rc2
- sys-libs/ncurses
- !media-sound/listen"
-RDEPEND=${DEPEND}
-
-S=${WORKDIR}/${MY_P}
-
-src_install() {
- default
-
- newinitd "${FILESDIR}"/ax25ipd.rc ax25ipd
- newinitd "${FILESDIR}"/ax25mond.rc ax25mond
- newinitd "${FILESDIR}"/ax25rtd.rc ax25rtd
-
- rm -rf "${ED}"/usr/share/doc/ax25-apps
-
- dodoc AUTHORS ChangeLog NEWS README ax25ipd/README.ax25ipd \
- ax25rtd/README.ax25rtd ax25ipd/HISTORY.ax25ipd ax25rtd/TODO.ax25rtd
-
- dodir /var/lib/ax25/ax25rtd
- touch "${ED}"/var/lib/ax25/ax25rtd/ax25_route
- touch "${ED}"/var/lib/ax25/ax25rtd/ip_route
-}
diff --git a/media-radio/ax25-apps/files/ax25-apps-0.0.6-cflags.patch b/media-radio/ax25-apps/files/ax25-apps-0.0.6-cflags.patch
deleted file mode 100644
index 16551d2ecf39..000000000000
--- a/media-radio/ax25-apps/files/ax25-apps-0.0.6-cflags.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-# let autotools respect CFLAGS (bug #442762)
---- ax25ipd/Makefile.am.orig 2012-11-11 19:30:25.000000000 +0100
-+++ ax25ipd/Makefile.am 2012-11-11 19:30:33.000000000 +0100
-@@ -8,7 +8,7 @@
- docdir = ${datadir}/doc/ax25-apps
- doc_DATA = README.ax25ipd HISTORY.ax25ipd COPYING.ax25ipd
-
--CFLAGS = -DUSE_TERMIO
-+CFLAGS += -DUSE_TERMIO
- ax25ipd_LDADD = $(AX25_LIB)
-
- ax25ipd_SOURCES = \