pinkbyte 14/12/04 08:27:53 Modified: ChangeLog Added: dwun-0.96e-r3.ebuild Log: Revision bump: EAPI 5, epatch_user, replace einstall with default src_install phase function call, wrt bug #521580, respect compiler, replace /var/run with /run (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Revision Changes Path 1.11 net-dialup/dwun/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/dwun/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/dwun/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/dwun/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-dialup/dwun/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 2 Feb 2013 18:57:47 -0000 1.10 +++ ChangeLog 4 Dec 2014 08:27:53 -0000 1.11 @@ -1,6 +1,14 @@ # ChangeLog for net-dialup/dwun -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/dwun/ChangeLog,v 1.10 2013/02/02 18:57:47 ulm Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/dwun/ChangeLog,v 1.11 2014/12/04 08:27:53 pinkbyte Exp $ + +*dwun-0.96e-r3 (04 Dec 2014) + + 04 Dec 2014; Sergey Popov <[email protected]> +dwun-0.96e-r3.ebuild, + files/dwun: + Revision bump: EAPI 5, epatch_user, replace einstall with default src_install + phase function call, wrt bug #521580, respect compiler, replace /var/run with + /run 02 Feb 2013; Ulrich Müller <[email protected]> dwun-0.96e-r2.ebuild: Fix LICENSE, MIT (Expat) according to COPYING file, bug 453214. Add GPL-2 for 1.1 net-dialup/dwun/dwun-0.96e-r3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/dwun/dwun-0.96e-r3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/dwun/dwun-0.96e-r3.ebuild?rev=1.1&content-type=text/plain Index: dwun-0.96e-r3.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-dialup/dwun/dwun-0.96e-r3.ebuild,v 1.1 2014/12/04 08:27:53 pinkbyte Exp $ EAPI=5 inherit eutils toolchain-funcs DESCRIPTION="Dialer Without a Useful Name (DWUN)" HOMEPAGE="http://dwun.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="MIT GPL-2" # GPL-2 only for init script SLOT="0" KEYWORDS="~amd64 ~x86" DOCS=( AUTHORS ChangeLog QUICKSTART README TODO UPGRADING ) src_prepare() { sed -i -e "s:TODO QUICKSTART README UPGRADING ChangeLog COPYING AUTHORS::" Makefile.in || die tc-export CC epatch_user } src_configure() { econf --with-docdir="share/doc/${PF}" } src_install() { default insinto /etc newins doc/examples/complete-rcfile dwunrc newins debian/dwunauth dwunauth newinitd "${FILESDIR}/dwun" dwun } pkg_postinst() { elog elog 'Make sure you have "net-dialup/ppp" merged if you intend to use dwun' elog "to control a standard PPP network link." elog "See /usr/share/doc/${P}/QUICKSTART for instructions on" elog "configuring dwun." elog }
