diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-03-04 05:09:52 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-03-04 05:09:52 +0000 |
commit | 96b97f2c622d2fa07bbc19ecee01d948ae68ae0f (patch) | |
tree | 79553e7b7b2ddd52c64339e46a29d010f3ee6d82 /net-dialup | |
parent | Version bump (bug #456826 by Sorath). Sync live ebuild, remove old. (diff) | |
download | gentoo-2-96b97f2c622d2fa07bbc19ecee01d948ae68ae0f.tar.gz gentoo-2-96b97f2c622d2fa07bbc19ecee01d948ae68ae0f.tar.bz2 gentoo-2-96b97f2c622d2fa07bbc19ecee01d948ae68ae0f.zip |
Drop old revisions
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/xc/ChangeLog | 6 | ||||
-rw-r--r-- | net-dialup/xc/xc-4.3.2-r1.ebuild | 41 | ||||
-rw-r--r-- | net-dialup/xc/xc-4.3.2-r2.ebuild | 41 |
3 files changed, 5 insertions, 83 deletions
diff --git a/net-dialup/xc/ChangeLog b/net-dialup/xc/ChangeLog index fdd3883cb2a4..0bd359e64ef8 100644 --- a/net-dialup/xc/ChangeLog +++ b/net-dialup/xc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dialup/xc # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/ChangeLog,v 1.31 2013/03/03 16:14:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/ChangeLog,v 1.32 2013/03/04 05:09:52 pinkbyte Exp $ + + 04 Mar 2013; Sergey Popov <pinkbyte@gentoo.org> -xc-4.3.2-r1.ebuild, + -xc-4.3.2-r2.ebuild: + Drop old revisions 03 Mar 2013; Agostino Sarubbo <ago@gentoo.org> xc-4.3.2-r3.ebuild: Stable for sparc, wrt bug #460012 diff --git a/net-dialup/xc/xc-4.3.2-r1.ebuild b/net-dialup/xc/xc-4.3.2-r1.ebuild deleted file mode 100644 index 34b41bb1261f..000000000000 --- a/net-dialup/xc/xc-4.3.2-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/xc-4.3.2-r1.ebuild,v 1.19 2011/02/06 07:53:42 leio Exp $ - -inherit eutils toolchain-funcs - -DESCRIPTION="unix dialout program" -HOMEPAGE="http://www.ibiblio.org/pub/Linux/apps/serialcomm/dialout/" -SRC_URI="http://www.ibiblio.org/pub/Linux/apps/serialcomm/dialout/${P}.tar.gz" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="amd64 ~mips ppc ppc64 sparc x86" -IUSE="" - -DEPEND="sys-libs/ncurses" - -src_unpack() { - unpack ${A} - - cd "${S}" - epatch "${FILESDIR}/${P}-gentoo.patch" - epatch "${FILESDIR}/${P}-implicit-decl.patch" - - # Adds 115200 bps support - epatch "${FILESDIR}/${P}-add-115200.patch" -} - -src_compile() { - tc-export CC - emake WARN="" all prefix=/usr mandir=/usr/share/man || die "make failed" -} - -src_install () { - dodir /usr/bin /usr/share/man/man1 /usr/lib/xc - - make DESTDIR="${D}" install || die "make install failed" - - insinto /usr/lib/xc - doins phonelist xc.init dotfiles/.[a-z]* -} diff --git a/net-dialup/xc/xc-4.3.2-r2.ebuild b/net-dialup/xc/xc-4.3.2-r2.ebuild deleted file mode 100644 index b9202a9763bd..000000000000 --- a/net-dialup/xc/xc-4.3.2-r2.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/xc-4.3.2-r2.ebuild,v 1.2 2011/03/21 00:37:24 vapier Exp $ - -inherit eutils toolchain-funcs multilib - -DESCRIPTION="unix dialout program" -HOMEPAGE="http://www.ibiblio.org/pub/Linux/apps/serialcomm/dialout/" -SRC_URI="http://www.ibiblio.org/pub/Linux/apps/serialcomm/dialout/${P}.tar.gz" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="amd64 ~mips ppc ppc64 sparc x86" -IUSE="" - -DEPEND="sys-libs/ncurses" - -src_unpack() { - unpack ${A} - cd "${S}" - - epatch "${FILESDIR}"/${P}-gentoo.patch - epatch "${FILESDIR}"/${P}-implicit-decl.patch - epatch "${FILESDIR}"/${P}-add-115200.patch - - sed -i \ - -e "/^libdir/s:/lib/:/$(get_libdir)/:" \ - Makefile || die -} - -src_compile() { - tc-export CC - emake WARN="" all || die -} - -src_install() { - emake DESTDIR="${D}" install || die - - insinto /usr/$(get_libdir)/xc - doins phonelist xc.init dotfiles/.[a-z]* || die -} |