summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2012-07-21 14:02:53 +0000
committerPacho Ramos <pacho@gentoo.org>2012-07-21 14:02:53 +0000
commit489a130ac035fdb4f8647d654d31f7c4833f0764 (patch)
tree4c0ffb4e81e499011737d5a589b6fe45d1684be9 /net-dialup/linux-atm
parentRemove package (diff)
downloadgentoo-2-489a130ac035fdb4f8647d654d31f7c4833f0764.tar.gz
gentoo-2-489a130ac035fdb4f8647d654d31f7c4833f0764.tar.bz2
gentoo-2-489a130ac035fdb4f8647d654d31f7c4833f0764.zip
drop old.
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'net-dialup/linux-atm')
-rw-r--r--net-dialup/linux-atm/ChangeLog8
-rw-r--r--net-dialup/linux-atm/linux-atm-2.4.1-r2.ebuild44
2 files changed, 5 insertions, 47 deletions
diff --git a/net-dialup/linux-atm/ChangeLog b/net-dialup/linux-atm/ChangeLog
index f6b23a3cc456..3f4b03edae8e 100644
--- a/net-dialup/linux-atm/ChangeLog
+++ b/net-dialup/linux-atm/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-dialup/linux-atm
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/linux-atm/ChangeLog,v 1.40 2009/02/28 09:08:25 mrness Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/linux-atm/ChangeLog,v 1.41 2012/07/21 14:02:53 pacho Exp $
+
+ 21 Jul 2012; Pacho Ramos <pacho@gentoo.org> -linux-atm-2.4.1-r2.ebuild:
+ drop old.
28 Feb 2009; Alin Năstac <mrness@gentoo.org>
+files/linux-atm-2.5.0-bison24.patch, linux-atm-2.5.0.ebuild:
@@ -147,4 +150,3 @@
03 Sep 2003; Martin Holzer <mholzer@gentoo.org> linux-atm-2.4.1.ebuild:
Initial ebuild by myself.
-
diff --git a/net-dialup/linux-atm/linux-atm-2.4.1-r2.ebuild b/net-dialup/linux-atm/linux-atm-2.4.1-r2.ebuild
deleted file mode 100644
index 12b85e04a010..000000000000
--- a/net-dialup/linux-atm/linux-atm-2.4.1-r2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/linux-atm/linux-atm-2.4.1-r2.ebuild,v 1.9 2008/06/15 10:50:43 klausman Exp $
-
-inherit eutils libtool flag-o-matic
-
-DESCRIPTION="Tools for ATM"
-HOMEPAGE="http://linux-atm.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
-IUSE=""
-RESTRICT="test"
-
-src_unpack() {
- unpack ${A}
-
- cd "${S}"
- epatch "${FILESDIR}"/${P}-gcc4.patch
- epatch "${FILESDIR}"/${P}-declarations.patch
-
- sed -i '/#define _LINUX_NETDEVICE_H/d' \
- src/arpd/*.c || die "sed command on arpd/*.c files failed"
- sed -i 's:cp hosts.atm /etc:cp hosts.atm ${DESTDIR}/etc:' \
- src/config/Makefile.in || die "sed command on Makefile.in failed"
-
- elibtoolize
-}
-
-src_compile() {
- append-flags -fno-strict-aliasing
-
- econf || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
-
- dodoc README NEWS THANKS AUTHORS BUGS ChangeLog
- dodoc doc/README* doc/atm*
-}