diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2014-07-22 17:15:00 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2014-07-22 17:15:00 +0000 |
commit | 35906a005a08bcc1aa980a415e0b27e299b9954a (patch) | |
tree | 2e509a7ce781ca2fc6fc1864be3be3c4e345a838 /net-misc/netifrc | |
parent | Keyworded on alpha, bug #501152 (diff) | |
download | gentoo-2-35906a005a08bcc1aa980a415e0b27e299b9954a.tar.gz gentoo-2-35906a005a08bcc1aa980a415e0b27e299b9954a.tar.bz2 gentoo-2-35906a005a08bcc1aa980a415e0b27e299b9954a.zip |
old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'net-misc/netifrc')
-rw-r--r-- | net-misc/netifrc/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/netifrc/netifrc-0.1.ebuild | 61 | ||||
-rw-r--r-- | net-misc/netifrc/netifrc-0.2.1.ebuild | 65 |
3 files changed, 5 insertions, 127 deletions
diff --git a/net-misc/netifrc/ChangeLog b/net-misc/netifrc/ChangeLog index 0fa6cee86fe8..d852bf748a7a 100644 --- a/net-misc/netifrc/ChangeLog +++ b/net-misc/netifrc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/netifrc # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/ChangeLog,v 1.33 2014/07/16 19:21:58 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/ChangeLog,v 1.34 2014/07/22 17:15:00 ssuominen Exp $ + + 22 Jul 2014; Samuli Suominen <ssuominen@gentoo.org> -netifrc-0.1.ebuild, + -netifrc-0.2.1.ebuild: + old *netifrc-0.2.4 (16 Jul 2014) diff --git a/net-misc/netifrc/netifrc-0.1.ebuild b/net-misc/netifrc/netifrc-0.1.ebuild deleted file mode 100644 index ab3fe0f7a09d..000000000000 --- a/net-misc/netifrc/netifrc-0.1.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/netifrc-0.1.ebuild,v 1.13 2014/01/19 19:38:15 ago Exp $ - -EAPI=5 - -inherit eutils - -DESCRIPTION="Gentoo Network Interface Management Scripts" -HOMEPAGE="http://www.gentoo.org/proj/en/base/openrc/" - -if [[ ${PV} == "9999" ]]; then - EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/gentoo-oldnet.git" - inherit git-2 -else - SRC_URI="http://dev.gentoo.org/~williamh/dist/${P}.tar.bz2" - KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" -fi - -LICENSE="BSD-2" -SLOT="0" -IUSE="" - -DEPEND="" -RDEPEND=">=sys-apps/openrc-0.12 - !<sys-apps/openrc-0.12" - -src_prepare() { - sed -i 's:0444:0644:' mk/sys.mk || die - sed -i "/^DIR/s:/${PN}:/${PF}:" doc/Makefile || die #241342 - - if [[ ${PV} == "9999" ]] ; then - local ver="git-${EGIT_VERSION:0:6}" - sed -i "/^GITVER[[:space:]]*=/s:=.*:=${ver}:" mk/git.mk || die - fi - - # Allow user patches to be applied without modifying the ebuild - epatch_user -} - -src_compile() { - MAKE_ARGS="${MAKE_ARGS} - LIBEXECDIR=${EPREFIX}/lib/${PN}" - - use prefix && MAKE_ARGS="${MAKE_ARGS} MKPREFIX=yes PREFIX=${EPREFIX}" - - emake ${MAKE_ARGS} all -} - -src_install() { - emake ${MAKE_ARGS} DESTDIR="${D}" install -} - -pkg_postinst() { - if [[ ! -e "${EROOT}"/etc/conf.d/net && -z $REPLACING_VERSIONS ]]; then - elog "The network configuration scripts will use dhcp by" - elog "default to set up your interfaces." - elog "If you need to set up something more complete, see" - elog "${EROOT}/usr/share/doc/${P}/README" - fi -} diff --git a/net-misc/netifrc/netifrc-0.2.1.ebuild b/net-misc/netifrc/netifrc-0.2.1.ebuild deleted file mode 100644 index 150576e89f1f..000000000000 --- a/net-misc/netifrc/netifrc-0.2.1.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/netifrc-0.2.1.ebuild,v 1.4 2014/03/05 20:22:31 ssuominen Exp $ - -EAPI=5 - -inherit eutils udev - -DESCRIPTION="Gentoo Network Interface Management Scripts" -HOMEPAGE="http://www.gentoo.org/proj/en/base/openrc/" - -if [[ ${PV} == "9999" ]]; then - EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/${PN}.git" - inherit git-2 -else - SRC_URI="http://dev.gentoo.org/~robbat2/distfiles/${P}.tar.bz2" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" -fi - -LICENSE="BSD-2" -SLOT="0" -IUSE="" - -COMMON_DEPEND="!<sys-fs/udev-init-scripts-26-r1" -DEPEND="${COMMON_DEPEND} - kernel_linux? ( virtual/pkgconfig )" -RDEPEND="${COMMON_DEPEND} - >=sys-apps/openrc-0.12 - !<sys-apps/openrc-0.12" - -src_prepare() { - if [[ ${PV} == "9999" ]] ; then - local ver="git-${EGIT_VERSION:0:6}" - sed -i "/^GITVER[[:space:]]*=/s:=.*:=${ver}:" mk/git.mk || die - einfo "Producing ChangeLog from Git history" - GIT_DIR="${S}/.git" git log >"${S}"/ChangeLog - fi - - # Allow user patches to be applied without modifying the ebuild - epatch_user -} - -src_compile() { - MAKE_ARGS="${MAKE_ARGS} - LIBEXECDIR=${EPREFIX}/lib/${PN} PF=${PF} - UDEVDIR=$(get_udevdir)" - - use prefix && MAKE_ARGS="${MAKE_ARGS} MKPREFIX=yes PREFIX=${EPREFIX}" - - emake ${MAKE_ARGS} all -} - -src_install() { - emake ${MAKE_ARGS} DESTDIR="${D}" install - dodoc README CREDITS FEATURE-REMOVAL-SCHEDULE STYLE TODO ChangeLog -} - -pkg_postinst() { - if [[ ! -e "${EROOT}"/etc/conf.d/net && -z $REPLACING_VERSIONS ]]; then - elog "The network configuration scripts will use dhcp by" - elog "default to set up your interfaces." - elog "If you need to set up something more complete, see" - elog "${EROOT}/usr/share/doc/${P}/README" - fi -} |