diff options
author | Martin Väth <martin@mvath.de> | 2012-04-15 21:00:18 +0200 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2015-10-11 10:47:36 +0200 |
commit | bd582bfb4b4f1b38ed7effb0e65353f9bae30f9c (patch) | |
tree | 27fca8ca6840a4fc125774621d98490fead6f32f /net-dialup | |
parent | Add requestpolicy ebuild (diff) | |
download | mv-bd582bfb4b4f1b38ed7effb0e65353f9bae30f9c.tar.gz mv-bd582bfb4b4f1b38ed7effb0e65353f9bae30f9c.tar.bz2 mv-bd582bfb4b4f1b38ed7effb0e65353f9bae30f9c.zip |
Add base. Fix stardict compilation
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/accounting/ChangeLog | 5 | ||||
-rw-r--r-- | net-dialup/accounting/accounting-1.60.45.3.1.ebuild | 5 | ||||
-rw-r--r-- | net-dialup/martian/ChangeLog | 5 | ||||
-rw-r--r-- | net-dialup/martian/martian-20100123.ebuild | 10 |
4 files changed, 15 insertions, 10 deletions
diff --git a/net-dialup/accounting/ChangeLog b/net-dialup/accounting/ChangeLog index c40b58e3..c85147a4 100644 --- a/net-dialup/accounting/ChangeLog +++ b/net-dialup/accounting/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for net-dialup/accounting -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header $ * accounting-1.60.45.3.1.ebuild + 15 Apr 2012; Martin Väth <martin@mvath.de> + Inherit base + 03 Jan 2011; Martin Väth <martin@mvath.de> Bump to EAPI=4. 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 19b172a8..51f55753 100644 --- a/net-dialup/accounting/accounting-1.60.45.3.1.ebuild +++ b/net-dialup/accounting/accounting-1.60.45.3.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header $ EAPI="4" -inherit rpm toolchain-funcs +inherit base rpm toolchain-funcs RESTRICT="mirror" MY_PN="smpppd" @@ -42,6 +42,7 @@ src_prepare() { "${CDIR}"/defines.h sed -i -e's!/var/log/[^.]*\.log!'"${ACCOUNTING_LOG}"'!' \ "${DDIR}"/accounting.1 + base_src_prepare } src_configure() { diff --git a/net-dialup/martian/ChangeLog b/net-dialup/martian/ChangeLog index 8cf0e2f0..8ae4b14a 100644 --- a/net-dialup/martian/ChangeLog +++ b/net-dialup/martian/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for net-dialup/martian -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header $ + 15 Apr 2012; Martin Väth <martin@mvath.de> + Inherit base + 27 Aug 2011; Martin Väth <martin@mvath.de> Version bump, remove old ebuild. diff --git a/net-dialup/martian/martian-20100123.ebuild b/net-dialup/martian/martian-20100123.ebuild index 00ae3cd3..4e7966f2 100644 --- a/net-dialup/martian/martian-20100123.ebuild +++ b/net-dialup/martian/martian-20100123.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header $ EAPI="4" -inherit linux-mod eutils +inherit base linux-mod eutils ARCHRUMP="${PN}-full-${PV}" DESCRIPTION="Winmodems with Lucent Apollo (ISA) and Mars (PCI) chipsets" @@ -25,6 +25,8 @@ 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 @@ -37,10 +39,6 @@ pkg_setup() { BUILD_PARAMS="KERNEL_DIR='${KV_DIR}' SUBLEVEL='21'" } -src_prepare() { - epatch "${FILESDIR}/grsecurity.patch" -} - src_install() { # install kernel module linux-mod_src_install |