From 7a2d100d10e6698c815fbb8fdfa526d6954cefd4 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 8 Jul 2017 19:50:26 +0100 Subject: update distfiles location --- .../numix-icon-theme-circle-1.0-r1.ebuild | 37 ----------------- .../numix-icon-theme-circle-1.0-r2.ebuild | 37 +++++++++++++++++ .../numix-icon-theme-1.0-r1.ebuild | 39 ------------------ .../numix-icon-theme-1.0-r2.ebuild | 39 ++++++++++++++++++ .../redcore-artwork-calamares-1706-r1.ebuild | 26 ++++++++++++ .../redcore-artwork-calamares-1706.ebuild | 26 ------------ .../redcore-artwork-community-1706-r2.ebuild | 23 ----------- .../redcore-artwork-community-1706-r3.ebuild | 23 +++++++++++ .../redcore-artwork-core-1706-r1.ebuild | 48 ++++++++++++++++++++++ .../redcore-artwork-core-1706.ebuild | 48 ---------------------- 10 files changed, 173 insertions(+), 173 deletions(-) delete mode 100644 x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-1.0-r1.ebuild create mode 100644 x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-1.0-r2.ebuild delete mode 100644 x11-themes/numix-icon-theme/numix-icon-theme-1.0-r1.ebuild create mode 100644 x11-themes/numix-icon-theme/numix-icon-theme-1.0-r2.ebuild create mode 100644 x11-themes/redcore-artwork-calamares/redcore-artwork-calamares-1706-r1.ebuild delete mode 100644 x11-themes/redcore-artwork-calamares/redcore-artwork-calamares-1706.ebuild delete mode 100644 x11-themes/redcore-artwork-community/redcore-artwork-community-1706-r2.ebuild create mode 100644 x11-themes/redcore-artwork-community/redcore-artwork-community-1706-r3.ebuild create mode 100644 x11-themes/redcore-artwork-core/redcore-artwork-core-1706-r1.ebuild delete mode 100644 x11-themes/redcore-artwork-core/redcore-artwork-core-1706.ebuild diff --git a/x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-1.0-r1.ebuild b/x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-1.0-r1.ebuild deleted file mode 100644 index 76280355..00000000 --- a/x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-1.0-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit gnome2-utils - -DESCRIPTION="Numix Circle icon theme" -HOMEPAGE="https://numixproject.org" -SRC_URI="http://mirror.math.princeton.edu/pub/redcorelinux/distfiles/${CATEGORY}/${PN}/"${PN}"-${PV}.tar.gz" - -LICENSE="GPL-3.0+" -SLOT="0" -KEYWORDS="amd64 x86" - -DEPEND="x11-themes/numix-icon-theme" -RDEPEND="${DEPEND}" - -S="${WORKDIR}"/"${P}" - -src_install() { - insinto /usr/share/icons - doins -r Numix-Circle Numix-Circle-Light -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} diff --git a/x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-1.0-r2.ebuild b/x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-1.0-r2.ebuild new file mode 100644 index 00000000..a24ea3ce --- /dev/null +++ b/x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-1.0-r2.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit gnome2-utils + +DESCRIPTION="Numix Circle icon theme" +HOMEPAGE="https://numixproject.org" +SRC_URI="http://mirror.math.princeton.edu/pub/redcorelinux/distfiles/${P}.tar.gz" + +LICENSE="GPL-3.0+" +SLOT="0" +KEYWORDS="amd64 x86" + +DEPEND="x11-themes/numix-icon-theme" +RDEPEND="${DEPEND}" + +S="${WORKDIR}"/"${P}" + +src_install() { + insinto /usr/share/icons + doins -r Numix-Circle Numix-Circle-Light +} + +pkg_preinst() { + gnome2_icon_savelist +} + +pkg_postinst() { + gnome2_icon_cache_update +} + +pkg_postrm() { + gnome2_icon_cache_update +} diff --git a/x11-themes/numix-icon-theme/numix-icon-theme-1.0-r1.ebuild b/x11-themes/numix-icon-theme/numix-icon-theme-1.0-r1.ebuild deleted file mode 100644 index 308a9730..00000000 --- a/x11-themes/numix-icon-theme/numix-icon-theme-1.0-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="5" - -inherit gnome2-utils - -DESCRIPTION="Icon theme from the numix project." -HOMEPAGE="http://numixproject.org/" -SRC_URI="http://mirror.math.princeton.edu/pub/redcorelinux/distfiles/${CATEGORY}/${PN}/"${PN}"-${PV}.tar.gz" - -LICENSE="GPL-3.0+" -SLOT="0" -KEYWORDS="amd64 x86" - -RDEPEND="x11-themes/gnome-icon-theme - x11-themes/hicolor-icon-theme" -DEPEND="${RDEPEND}" - -S="${WORKDIR}"/"${P}" - -src_install() { - insinto /usr/share/icons - doins -r Numix-Light - doins -r Numix -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} diff --git a/x11-themes/numix-icon-theme/numix-icon-theme-1.0-r2.ebuild b/x11-themes/numix-icon-theme/numix-icon-theme-1.0-r2.ebuild new file mode 100644 index 00000000..dc892203 --- /dev/null +++ b/x11-themes/numix-icon-theme/numix-icon-theme-1.0-r2.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="5" + +inherit gnome2-utils + +DESCRIPTION="Icon theme from the numix project." +HOMEPAGE="http://numixproject.org/" +SRC_URI="http://mirror.math.princeton.edu/pub/redcorelinux/distfiles/${P}.tar.gz" + +LICENSE="GPL-3.0+" +SLOT="0" +KEYWORDS="amd64 x86" + +RDEPEND="x11-themes/gnome-icon-theme + x11-themes/hicolor-icon-theme" +DEPEND="${RDEPEND}" + +S="${WORKDIR}"/"${P}" + +src_install() { + insinto /usr/share/icons + doins -r Numix-Light + doins -r Numix +} + +pkg_preinst() { + gnome2_icon_savelist +} + +pkg_postinst() { + gnome2_icon_cache_update +} + +pkg_postrm() { + gnome2_icon_cache_update +} diff --git a/x11-themes/redcore-artwork-calamares/redcore-artwork-calamares-1706-r1.ebuild b/x11-themes/redcore-artwork-calamares/redcore-artwork-calamares-1706-r1.ebuild new file mode 100644 index 00000000..8837bf84 --- /dev/null +++ b/x11-themes/redcore-artwork-calamares/redcore-artwork-calamares-1706-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit eutils + +DESCRIPTION="Redcore Linux branding component for Calamares" +HOMEPAGE="http://redcorelinux.org" +SRC_URI="http://mirror.math.princeton.edu/pub/redcorelinux/distfiles/${P}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +RDEPEND="app-admin/calamares" + +S="${WORKDIR}/${P}" + +src_install() { + dodir /etc/calamares/branding/redcore_branding || die + insinto /etc/calamares/branding/redcore_branding || die + doins -r "${S}"/* || die +} diff --git a/x11-themes/redcore-artwork-calamares/redcore-artwork-calamares-1706.ebuild b/x11-themes/redcore-artwork-calamares/redcore-artwork-calamares-1706.ebuild deleted file mode 100644 index ac035902..00000000 --- a/x11-themes/redcore-artwork-calamares/redcore-artwork-calamares-1706.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit eutils - -DESCRIPTION="Redcore Linux branding component for Calamares" -HOMEPAGE="http://redcorelinux.org" -SRC_URI="http://mirror.math.princeton.edu/pub/redcorelinux/distfiles/${CATEGORY}/${PN}/${PN}-${PV}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="app-admin/calamares" - -S="${WORKDIR}/${PN}-${PV}" - -src_install() { - dodir /etc/calamares/branding/redcore_branding || die - insinto /etc/calamares/branding/redcore_branding || die - doins -r "${S}"/* || die -} diff --git a/x11-themes/redcore-artwork-community/redcore-artwork-community-1706-r2.ebuild b/x11-themes/redcore-artwork-community/redcore-artwork-community-1706-r2.ebuild deleted file mode 100644 index e5a2233f..00000000 --- a/x11-themes/redcore-artwork-community/redcore-artwork-community-1706-r2.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -DESCRIPTION="Redcore Linux Community Wallpapers" -HOMEPAGE="http://redcorelinux.org" -SRC_URI="http://mirror.math.princeton.edu/pub/redcorelinux/distfiles/${CATEGORY}/${PN}/${PN}-${PV}.tar.xz" - -LICENSE="" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" - -src_install() { - dodir "/usr/share/backgrounds/redcore-community" || die - insinto "/usr/share/backgrounds/redcore-community" || die - doins -r "${S}"/* || die -} diff --git a/x11-themes/redcore-artwork-community/redcore-artwork-community-1706-r3.ebuild b/x11-themes/redcore-artwork-community/redcore-artwork-community-1706-r3.ebuild new file mode 100644 index 00000000..6bc2eece --- /dev/null +++ b/x11-themes/redcore-artwork-community/redcore-artwork-community-1706-r3.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +DESCRIPTION="Redcore Linux Community Wallpapers" +HOMEPAGE="http://redcorelinux.org" +SRC_URI="http://mirror.math.princeton.edu/pub/redcorelinux/distfiles/${P}.tar.xz" + +LICENSE="" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" + +src_install() { + dodir "/usr/share/backgrounds/redcore-community" || die + insinto "/usr/share/backgrounds/redcore-community" || die + doins -r "${S}"/* || die +} diff --git a/x11-themes/redcore-artwork-core/redcore-artwork-core-1706-r1.ebuild b/x11-themes/redcore-artwork-core/redcore-artwork-core-1706-r1.ebuild new file mode 100644 index 00000000..b31521e9 --- /dev/null +++ b/x11-themes/redcore-artwork-core/redcore-artwork-core-1706-r1.ebuild @@ -0,0 +1,48 @@ +# Copyright 2016 Redcore Linux +# Distributed under the terms of the GNU General Public License v2 + +EAPI=4 +inherit eutils + +DESCRIPTION="Offical Redcore Linux Core Artwork" +HOMEPAGE="http://redcorelinux.org" +SRC_URI="http://mirror.math.princeton.edu/pub/redcorelinux/distfiles/${P}.tar.xz" + +LICENSE="CCPL-Attribution-ShareAlike-3.0" +SLOT="0" +KEYWORDS="x86 amd64" +IUSE="" +RDEPEND="sys-apps/findutils" + +S="${WORKDIR}"/"${PN}" + +src_install() { + # Cursors + insinto /usr/share/cursors/xorg-x11/ + doins -r "${S}"/mouse/Hacked-Red + + # Wallpapers + insinto /usr/share/backgrounds/ + doins -r "${S}"/background/nature + + # Logos + insinto /usr/share/pixmaps/ + doins "${S}"/logo/*.png + + # Plymouth theme + + insinto /usr/share/plymouth + doins "${S}"/plymouth/bizcom.png # back to our bizcom + insinto /usr/share/plymouth/themes + doins -r "${S}"/plymouth/themes/redcore + + # Apply our tricks + + insinto /usr/share/cursors/xorg-x11 + dosym Hacked-Red /usr/share/cursors/xorg-x11/default || "Hacked-Red not found" #set default xcursor +} + +pkg_postinst() { + # regenerate initramfs to include plymouth theme changes + dracut -f +} diff --git a/x11-themes/redcore-artwork-core/redcore-artwork-core-1706.ebuild b/x11-themes/redcore-artwork-core/redcore-artwork-core-1706.ebuild deleted file mode 100644 index 8e87e245..00000000 --- a/x11-themes/redcore-artwork-core/redcore-artwork-core-1706.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 2016 Redcore Linux -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 -inherit eutils - -DESCRIPTION="Offical Redcore Linux Core Artwork" -HOMEPAGE="http://redcorelinux.org" -SRC_URI="http://mirror.math.princeton.edu/pub/redcorelinux/distfiles/${CATEGORY}/${PN}/"${PN}"-${PV}.tar.xz" - -LICENSE="CCPL-Attribution-ShareAlike-3.0" -SLOT="0" -KEYWORDS="x86 amd64" -IUSE="" -RDEPEND="sys-apps/findutils" - -S="${WORKDIR}"/"${PN}" - -src_install() { - # Cursors - insinto /usr/share/cursors/xorg-x11/ - doins -r "${S}"/mouse/Hacked-Red - - # Wallpapers - insinto /usr/share/backgrounds/ - doins -r "${S}"/background/nature - - # Logos - insinto /usr/share/pixmaps/ - doins "${S}"/logo/*.png - - # Plymouth theme - - insinto /usr/share/plymouth - doins "${S}"/plymouth/bizcom.png # back to our bizcom - insinto /usr/share/plymouth/themes - doins -r "${S}"/plymouth/themes/redcore - - # Apply our tricks - - insinto /usr/share/cursors/xorg-x11 - dosym Hacked-Red /usr/share/cursors/xorg-x11/default || "Hacked-Red not found" #set default xcursor -} - -pkg_postinst() { - # regenerate initramfs to include plymouth theme changes - dracut -f -} -- cgit v1.2.3