summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmadeusz Żołnowski <aidecoe@gentoo.org>2011-03-04 22:22:12 +0000
committerAmadeusz Żołnowski <aidecoe@gentoo.org>2011-03-04 22:22:12 +0000
commit0e8fd5f1d0b7bff51ba44f57dbb9be9f9739d451 (patch)
tree8926a1dada5911230eb33c41d20f14ca1026dea5 /sys-boot
parentSet SUPPORT_PYTHON_ABIS (bug #313487). (diff)
downloadhistorical-0e8fd5f1d0b7bff51ba44f57dbb9be9f9739d451.tar.gz
historical-0e8fd5f1d0b7bff51ba44f57dbb9be9f9739d451.tar.bz2
historical-0e8fd5f1d0b7bff51ba44f57dbb9be9f9739d451.zip
sys-boot/plymouth-0.8.3: Added docs. Better autotools-utils usage.
Package-Manager: portage-2.1.9.42/cvs/Linux x86_64
Diffstat (limited to 'sys-boot')
-rw-r--r--sys-boot/plymouth/ChangeLog8
-rw-r--r--sys-boot/plymouth/Manifest4
-rw-r--r--sys-boot/plymouth/plymouth-0.8.3.ebuild25
3 files changed, 23 insertions, 14 deletions
diff --git a/sys-boot/plymouth/ChangeLog b/sys-boot/plymouth/ChangeLog
index d79a35074555..9698b5ac1443 100644
--- a/sys-boot/plymouth/ChangeLog
+++ b/sys-boot/plymouth/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-boot/plymouth
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth/ChangeLog,v 1.2 2011/02/21 21:54:33 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth/ChangeLog,v 1.3 2011/03/04 22:22:12 aidecoe Exp $
+
+ 04 Mar 2011; Amadeusz Żołnowski <aidecoe@gentoo.org> plymouth-0.8.3.ebuild:
+ Added docs (README and so).
+
+ Used autotools-utils_src_configure instead of manaully calling econf. Thanks
+ to scarabeus@g.o and jlec@g.o for pointing me the error.
21 Feb 2011; Amadeusz Żołnowski <aidecoe@gentoo.org> plymouth-0.8.3.ebuild,
-files/gentoo-logo.png:
diff --git a/sys-boot/plymouth/Manifest b/sys-boot/plymouth/Manifest
index 09866acff855..0e118f0ea73e 100644
--- a/sys-boot/plymouth/Manifest
+++ b/sys-boot/plymouth/Manifest
@@ -4,6 +4,6 @@ AUX 0.8.3-image-replace-deprecated-libpng-function.patch 962 RMD160 2a312805f28a
AUX plymouth.initd 503 RMD160 e4fa0045737592dbb839a869c4d82c3a186e57c6 SHA1 3ea428fc3536aebf8857c89bcc24b55f39928a49 SHA256 6a136325ddb36d2bd7ec89b6cbdf0cd42e55536b52f3dd5fe5c161dbb2b4fab0
DIST gentoo-logo.png 14501 RMD160 e4f33be3f763537242bcd47ea9e145e919152213 SHA1 42e22719c2aa24869c7c22ed06d398272404fd24 SHA256 79ebc1d66693371a90e218ad421cfed05066b51a6645bd967bb7da356a0881fa
DIST plymouth-0.8.3.tar.bz2 763575 RMD160 bb5c13e4eb48d8b881a4d2cc15190c377430f672 SHA1 30135d3b2db42778b32b6d2d9e7e0da90f0da599 SHA256 2e51abbc087228f7910302334755d0190fc9e923eae9992150adb0f6cccc9077
-EBUILD plymouth-0.8.3.ebuild 2341 RMD160 5f8bea51efdd640c3b5fb7af3ecb44e60c92b524 SHA1 8b42963c5dbfc7c36ad05471e81c8a4f98ace0f3 SHA256 08337af1c1abac3354dddadfeb015863f28d362db47e3420ab75a8ae4fb1afbd
-MISC ChangeLog 1742 RMD160 62eb1d74ba3cbd9126a9de22b54887b520cdd3ed SHA1 5ba96212eb8bed1ccd3e2e64988b328b628d103d SHA256 16614c2efda5087c322d6030f82dbdb6cf94ac32ed85d6735f4719378d86567c
+EBUILD plymouth-0.8.3.ebuild 2365 RMD160 2b33e65548c682bdcd03e401c5b3af44af450ed8 SHA1 d522d63f0613547ef2e8cb57752e9b5da50a621b SHA256 d5a1c6bcabc39227ed7c992499704e8214b5d8ebb623185b7d4a6304ad481e78
+MISC ChangeLog 1992 RMD160 14ad76c12c6a3c19f2fcb6ae04c047d163634d44 SHA1 024c1c049f594af3476ff2a0b42161d676269e5b SHA256 698578ed92f0bd60877b68e7f113cbe935aafc90da39c09a7feb2650141f898f
MISC metadata.xml 934 RMD160 c4e613323d2fdcb37da960a70e8007f621175f9f SHA1 215e19611a27faac61e967abff864450f1a9ed85 SHA256 d05a2ceb21ed3d6c9854dbd15446555cdf1bba95622e86bae8c6550f314f8ce6
diff --git a/sys-boot/plymouth/plymouth-0.8.3.ebuild b/sys-boot/plymouth/plymouth-0.8.3.ebuild
index a0160672df23..cdf9c4d54a44 100644
--- a/sys-boot/plymouth/plymouth-0.8.3.ebuild
+++ b/sys-boot/plymouth/plymouth-0.8.3.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth/plymouth-0.8.3.ebuild,v 1.2 2011/02/21 21:54:33 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth/plymouth-0.8.3.ebuild,v 1.3 2011/03/04 22:22:12 aidecoe Exp $
-EAPI="3"
+EAPI=3
inherit autotools-utils
@@ -28,6 +28,8 @@ RDEPEND="${DEPEND}
>=sys-kernel/dracut-007
"
+DOCS=(AUTHORS ChangeLog NEWS README TODO)
+
PATCHES=(
"${FILESDIR}"/${PV}-drm-reduce-minimum-build-requirements.patch
"${FILESDIR}"/${PV}-image-replace-deprecated-libpng-function.patch
@@ -36,18 +38,19 @@ PATCHES=(
src_prepare() {
autotools-utils_src_prepare
- eautoreconf || die "eautoreconf failed"
+ eautoreconf
}
src_configure() {
- econf \
- --enable-static=no \
- $(use_enable pango) \
- $(use_enable gdm gdm-transition) \
- $(use_enable video_cards_intel libdrm_intel) \
- $(use_enable video_cards_nouveau libdrm_nouveau) \
- $(use_enable video_cards_radeon libdrm_radeon) \
- || die "econf failed"
+ local myeconfargs=(
+ --enable-static=no
+ $(use_enable pango)
+ $(use_enable gdm gdm-transition)
+ $(use_enable video_cards_intel libdrm_intel)
+ $(use_enable video_cards_nouveau libdrm_nouveau)
+ $(use_enable video_cards_radeon libdrm_radeon)
+ )
+ autotools-utils_src_configure
}
src_install() {