diff options
author | Martin Väth <martin@mvath.de> | 2012-05-12 21:48:57 +0200 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2015-10-11 10:48:06 +0200 |
commit | d4094d9b83a0e74ac34c8e84cf6afcf9f29a2af6 (patch) | |
tree | 2a5ea9ae39450958316da86a1e309d6de091e7c5 /net-dialup | |
parent | Bump portage-bashrc-mv, noscript. Update checksums (diff) | |
download | mv-d4094d9b83a0e74ac34c8e84cf6afcf9f29a2af6.tar.gz mv-d4094d9b83a0e74ac34c8e84cf6afcf9f29a2af6.tar.bz2 mv-d4094d9b83a0e74ac34c8e84cf6afcf9f29a2af6.zip |
base-eclass. Update checksums
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/accounting/ChangeLog | 3 | ||||
-rw-r--r-- | net-dialup/accounting/accounting-1.60.45.3.1.ebuild | 4 | ||||
-rw-r--r-- | net-dialup/martian/ChangeLog | 3 | ||||
-rw-r--r-- | net-dialup/martian/martian-20100123.ebuild | 9 |
4 files changed, 14 insertions, 5 deletions
diff --git a/net-dialup/accounting/ChangeLog b/net-dialup/accounting/ChangeLog index c85147a4..5ba51e6d 100644 --- a/net-dialup/accounting/ChangeLog +++ b/net-dialup/accounting/ChangeLog @@ -4,6 +4,9 @@ * accounting-1.60.45.3.1.ebuild + 12 May 2012; Martin Väth <martin@mvath.de> + base->eutils + 15 Apr 2012; Martin Väth <martin@mvath.de> Inherit base diff --git a/net-dialup/accounting/accounting-1.60.45.3.1.ebuild b/net-dialup/accounting/accounting-1.60.45.3.1.ebuild index 51f55753..983d560b 100644 --- a/net-dialup/accounting/accounting-1.60.45.3.1.ebuild +++ b/net-dialup/accounting/accounting-1.60.45.3.1.ebuild @@ -3,7 +3,7 @@ # $Header $ EAPI="4" -inherit base rpm toolchain-funcs +inherit eutils rpm toolchain-funcs RESTRICT="mirror" MY_PN="smpppd" @@ -42,7 +42,7 @@ src_prepare() { "${CDIR}"/defines.h sed -i -e's!/var/log/[^.]*\.log!'"${ACCOUNTING_LOG}"'!' \ "${DDIR}"/accounting.1 - base_src_prepare + epatch_user } src_configure() { diff --git a/net-dialup/martian/ChangeLog b/net-dialup/martian/ChangeLog index 8ae4b14a..55a7fd40 100644 --- a/net-dialup/martian/ChangeLog +++ b/net-dialup/martian/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header $ + 12 May 2012; Martin Väth <martin@mvath.de> + base->eutils + 15 Apr 2012; Martin Väth <martin@mvath.de> Inherit base diff --git a/net-dialup/martian/martian-20100123.ebuild b/net-dialup/martian/martian-20100123.ebuild index 4e7966f2..a703ad05 100644 --- a/net-dialup/martian/martian-20100123.ebuild +++ b/net-dialup/martian/martian-20100123.ebuild @@ -3,7 +3,7 @@ # $Header $ EAPI="4" -inherit base linux-mod eutils +inherit linux-mod eutils ARCHRUMP="${PN}-full-${PV}" DESCRIPTION="Winmodems with Lucent Apollo (ISA) and Mars (PCI) chipsets" @@ -25,8 +25,6 @@ MODULE_NAMES="martian_dev(ltmodem::kmodule)" CONFIG_CHECK="SERIAL_8250" SERIAL_8250_ERROR="This driver requires you to compile your kernel with serial core (CONFIG_SERIAL_8250) support." -PATCHES=("${FILESDIR}/grsecurity.patch") - pkg_setup() { linux-mod_pkg_setup @@ -39,6 +37,11 @@ pkg_setup() { BUILD_PARAMS="KERNEL_DIR='${KV_DIR}' SUBLEVEL='21'" } +src_prepare() { + epatch "${FILESDIR}/grsecurity.patch" + epatch_user +} + src_install() { # install kernel module linux-mod_src_install |