diff options
author | Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> | 2011-10-27 12:07:39 +0000 |
---|---|---|
committer | Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> | 2011-10-27 12:07:39 +0000 |
commit | 5468efcbee73224d66b02a47934005804ad5c897 (patch) | |
tree | dd3fce4a99c63ed8f81aaba899d52e00cb76e22a /sys-boot | |
parent | sys-boot/plymouth-0.9_pre: Fixes bug #388459. (diff) | |
download | gentoo-2-5468efcbee73224d66b02a47934005804ad5c897.tar.gz gentoo-2-5468efcbee73224d66b02a47934005804ad5c897.tar.bz2 gentoo-2-5468efcbee73224d66b02a47934005804ad5c897.zip |
sys-boot/plymouth: Removed old revisions.
(Portage version: 2.1.10.31/cvs/Linux x86_64)
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/plymouth/ChangeLog | 7 | ||||
-rw-r--r-- | sys-boot/plymouth/files/plymouth.initd | 23 | ||||
-rw-r--r-- | sys-boot/plymouth/plymouth-0.8.3-r2.ebuild | 95 | ||||
-rw-r--r-- | sys-boot/plymouth/plymouth-0.8.3-r4.ebuild | 120 | ||||
-rw-r--r-- | sys-boot/plymouth/plymouth-0.9_pre20111013.ebuild | 84 |
5 files changed, 6 insertions, 323 deletions
diff --git a/sys-boot/plymouth/ChangeLog b/sys-boot/plymouth/ChangeLog index a50b82db2028..1201afbfa318 100644 --- a/sys-boot/plymouth/ChangeLog +++ b/sys-boot/plymouth/ChangeLog @@ -1,6 +1,11 @@ # 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.17 2011/10/27 11:57:59 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth/ChangeLog,v 1.18 2011/10/27 12:07:39 aidecoe Exp $ + + 27 Oct 2011; Amadeusz Żołnowski <aidecoe@gentoo.org> + -plymouth-0.8.3-r2.ebuild, -plymouth-0.8.3-r4.ebuild, + -plymouth-0.9_pre20111013.ebuild, -files/plymouth.initd: + Removed old revisions. *plymouth-0.9_pre20111013-r1 (27 Oct 2011) diff --git a/sys-boot/plymouth/files/plymouth.initd b/sys-boot/plymouth/files/plymouth.initd deleted file mode 100644 index 5c986e871bd6..000000000000 --- a/sys-boot/plymouth/files/plymouth.initd +++ /dev/null @@ -1,23 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth/files/plymouth.initd,v 1.1 2011/02/21 21:08:17 aidecoe Exp $ - -depend() { - before xdm -} - -start() { - ebegin "Hiding plymouth splash" - if pgrep plymouthd >/dev/null; then - /bin/plymouth --quit - chvt 7 - fi - eend $? -} - -stop() { - ebegin "Showing plymouth splash" - /sbin/plymouthd && /bin/plymouth --show-splash - eend $? -} diff --git a/sys-boot/plymouth/plymouth-0.8.3-r2.ebuild b/sys-boot/plymouth/plymouth-0.8.3-r2.ebuild deleted file mode 100644 index ecb35d444fcf..000000000000 --- a/sys-boot/plymouth/plymouth-0.8.3-r2.ebuild +++ /dev/null @@ -1,95 +0,0 @@ -# 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-r2.ebuild,v 1.3 2011/10/18 17:54:55 aidecoe Exp $ - -EAPI="3" - -inherit autotools-utils - -DESCRIPTION="Graphical boot animation (splash) and logger" -HOMEPAGE="http://cgit.freedesktop.org/plymouth/" -SRC_URI="http://cgit.freedesktop.org/${PN}/snapshot/${P}.tar.bz2 - http://dev.gentoo.org/~aidecoe/distfiles/${CATEGORY}/${PN}/gentoo-logo.png" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE_VIDEO_CARDS="video_cards_intel video_cards_nouveau video_cards_radeon" -IUSE="${IUSE_VIDEO_CARDS} +branding gdm +pango static-libs" - -COMMON_DEPEND=">=media-libs/libpng-1.2.16 - >=x11-libs/gtk+-2.12:2 - pango? ( >=x11-libs/pango-1.21 ) - video_cards_intel? ( x11-libs/libdrm[video_cards_intel] ) - video_cards_nouveau? ( x11-libs/libdrm[video_cards_nouveau] ) - video_cards_radeon? ( x11-libs/libdrm[video_cards_radeon] ) - " -DEPEND="${COMMON_DEPEND} - dev-util/pkgconfig - " -RDEPEND="${COMMON_DEPEND} - >=sys-kernel/dracut-008-r1[dracut_modules_plymouth] - " - -DOCS=(AUTHORS ChangeLog NEWS README TODO) - -PATCHES=( - "${FILESDIR}"/${PV}-drm-reduce-minimum-build-requirements.patch - "${FILESDIR}"/${PV}-image-replace-deprecated-libpng-function.patch - "${FILESDIR}"/${PV}-gentoo-fb-path.patch - ) - -src_prepare() { - autotools-utils_src_prepare - eautoreconf -} - -src_configure() { - local myeconfargs=( - --localstatedir=/var - $(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() { - autotools-utils_src_install - - if use static-libs; then - mv "${D}/$(get_libdir)"/libply{,-splash-core}.a \ - "${D}/usr/$(get_libdir)"/ || die 'mv *.a files failed' - gen_usr_ldscript libply.so libply-splash-core.so - else - local la - for la in "${D}/usr/$(get_libdir)"/plymouth/{*.la,renderers/*.la}; do - einfo "Removing left ${la#${D}}" - rm "${la}" || die "rm '${la}'" - done - fi - - newinitd "${FILESDIR}"/plymouth.initd plymouth || die 'initd failed' - - if use branding ; then - insinto /usr/share/plymouth - newins "${DISTDIR}"/gentoo-logo.png bizcom.png || die 'branding failed' - fi -} - -pkg_postinst() { - elog "Plymouth initramfs utilities scripts are located in" - elog "/usr/libexec/plymouth" - elog "" - elog "Follow instructions on" - elog "" - elog " http://dev.gentoo.org/~aidecoe/doc/en/plymouth.xml" - elog "" - elog "to setup Plymouth." - echo - ewarn "You need to disable 'interactive' feature either in /etc/conf.d/rc" - ewarn "(baselayout-1) or /etc/rc.conf (OpenRC) to make Plymouth work" - ewarn "properly with init system." -} diff --git a/sys-boot/plymouth/plymouth-0.8.3-r4.ebuild b/sys-boot/plymouth/plymouth-0.8.3-r4.ebuild deleted file mode 100644 index 2b52128492de..000000000000 --- a/sys-boot/plymouth/plymouth-0.8.3-r4.ebuild +++ /dev/null @@ -1,120 +0,0 @@ -# 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-r4.ebuild,v 1.3 2011/10/18 17:54:55 aidecoe Exp $ - -EAPI="3" - -inherit autotools-utils - -PLGN="plymouth-openrc-plugin" -PLGV="0.1.1" -PLG="${PLGN}-${PLGV}" - -DESCRIPTION="Graphical boot animation (splash) and logger" -HOMEPAGE="http://cgit.freedesktop.org/plymouth/" -SRC_URI="http://cgit.freedesktop.org/${PN}/snapshot/${P}.tar.bz2 - http://dev.gentoo.org/~aidecoe/distfiles/${CATEGORY}/${PN}/gentoo-logo.png - http://dev.gentoo.org/~aidecoe/distfiles/${CATEGORY}/${PN}/${PLG}.tar.bz2" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE_VIDEO_CARDS="video_cards_intel video_cards_nouveau video_cards_radeon" -IUSE="${IUSE_VIDEO_CARDS} +branding gdm +pango static-libs" - -COMMON_DEPEND=">=media-libs/libpng-1.2.16 - >=x11-libs/gtk+-2.12:2 - >=sys-apps/openrc-0.8.2-r1 - pango? ( >=x11-libs/pango-1.21 ) - video_cards_intel? ( x11-libs/libdrm[video_cards_intel] ) - video_cards_nouveau? ( x11-libs/libdrm[video_cards_nouveau] ) - video_cards_radeon? ( x11-libs/libdrm[video_cards_radeon] ) - " -DEPEND="${COMMON_DEPEND} - dev-util/pkgconfig - " -RDEPEND="${COMMON_DEPEND} - >=sys-kernel/dracut-008-r1[dracut_modules_plymouth] - " - -DOCS=(AUTHORS ChangeLog NEWS README TODO) - -PATCHES=( - "${FILESDIR}"/${PV}-drm-reduce-minimum-build-requirements.patch - "${FILESDIR}"/${PV}-image-replace-deprecated-libpng-function.patch - "${FILESDIR}"/${PV}-gentoo-fb-path.patch - ) - -SP="${WORKDIR}/${PLG}" - -src_prepare() { - autotools-utils_src_prepare - eautoreconf -} - -src_configure() { - local myeconfargs=( - --localstatedir=/var - $(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_compile() { - autotools-utils_src_compile - - cd "${SP}" - emake || die 'emake' -} - -src_install() { - autotools-utils_src_install - - if use static-libs; then - mv "${D}/$(get_libdir)"/libply{,-splash-core}.a \ - "${D}/usr/$(get_libdir)"/ || die 'mv *.a files failed' - gen_usr_ldscript libply.so libply-splash-core.so - else - local la - for la in "${D}/usr/$(get_libdir)"/plymouth/{*.la,renderers/*.la}; do - einfo "Removing left ${la#${D}}" - rm "${la}" || die "rm '${la}'" - done - fi - - if use branding ; then - insinto /usr/share/plymouth - newins "${DISTDIR}"/gentoo-logo.png bizcom.png || die 'branding failed' - fi - - cd "${SP}" - insinto /$(get_libdir)/rc/plugins - doins plymouth.so -} - -pkg_postinst() { - elog "Follow instructions on" - elog "" - elog " http://dev.gentoo.org/~aidecoe/doc/en/plymouth.xml" - elog "" - elog "to setup Plymouth." - echo - ewarn "You need to disable 'interactive' feature in /etc/rc.conf to make" - ewarn "Plymouth work properly with init system." - - if [[ ! -w /run ]]; then - eerror "You need to create /run directory. It's required by Plymouth " - eerror "plugin for OpenRC (and will be by Plymouth itself in the future" - eerror "versions). Dracut is mounting tmpfs under this directory when" - eerror "available." - echo - elog "If you'd like to know more about purpose of /run, please read:" - elog "" - elog " https://lwn.net/Articles/436012/" - elog "" - fi -} diff --git a/sys-boot/plymouth/plymouth-0.9_pre20111013.ebuild b/sys-boot/plymouth/plymouth-0.9_pre20111013.ebuild deleted file mode 100644 index 015e0b26b0b4..000000000000 --- a/sys-boot/plymouth/plymouth-0.9_pre20111013.ebuild +++ /dev/null @@ -1,84 +0,0 @@ -# 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.9_pre20111013.ebuild,v 1.2 2011/10/18 17:54:55 aidecoe Exp $ - -EAPI=4 - -inherit autotools-utils - -DESCRIPTION="Graphical boot animation (splash) and logger" -HOMEPAGE="http://cgit.freedesktop.org/plymouth/" -SRC_URI=" - http://dev.gentoo.org/~aidecoe/distfiles/${CATEGORY}/${PN}/${P}.tar.bz2 - http://dev.gentoo.org/~aidecoe/distfiles/${CATEGORY}/${PN}/gentoo-logo.png" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE_VIDEO_CARDS="video_cards_intel video_cards_nouveau video_cards_radeon" -IUSE="${IUSE_VIDEO_CARDS} gdm +libkms +openrc +pango static-libs" - -CDEPEND=">=media-libs/libpng-1.2.16 - >=x11-libs/gtk+-2.12:2 - pango? ( >=x11-libs/pango-1.21 ) - video_cards_intel? ( x11-libs/libdrm[video_cards_intel] ) - video_cards_nouveau? ( x11-libs/libdrm[video_cards_nouveau] ) - video_cards_radeon? ( x11-libs/libdrm[video_cards_radeon] ) - " -DEPEND="${CDEPEND} - dev-util/pkgconfig - " -RDEPEND="${CDEPEND} - >=sys-kernel/dracut-008-r1[dracut_modules_plymouth] - openrc? ( sys-boot/plymouth-openrc-plugin ) - " - -DOCS=(AUTHORS README TODO) -PATCHES=( - "${FILESDIR}"/${PV}-gentoo-fb-path.patch - ) - -src_prepare() { - autotools-utils_src_prepare - eautoreconf -} - -src_configure() { - local myeconfargs=( - --with-system-root-install - $(use_enable libkms) - $(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() { - autotools-utils_src_install - - if use static-libs; then - mv "${D}/$(get_libdir)"/libply{,-splash-core}.a \ - "${D}/usr/$(get_libdir)"/ || die 'mv *.a files failed' - gen_usr_ldscript libply.so libply-splash-core.so - else - local la - for la in "${D}/usr/$(get_libdir)"/plymouth/{*.la,renderers/*.la}; do - einfo "Removing left ${la#${D}}" - rm "${la}" || die "rm '${la}'" - done - fi - - insinto /usr/share/plymouth - newins "${DISTDIR}"/gentoo-logo.png bizcom.png -} - -pkg_postinst() { - elog "Follow instructions on" - elog "" - elog " http://dev.gentoo.org/~aidecoe/doc/en/plymouth.xml" - elog "" - elog "to set up Plymouth." -} |