[app-misc/sabayon-skel] revision bump to 9-r3
This commit is contained in:
@@ -11,7 +11,5 @@ AUX 4.0.97/xdg/sabayon-sabayon.directory 78 RMD160 b09e6d46058ce14831d0e9a3df5bb
|
||||
AUX 4.0.97/xdg/sabayon-wiki.desktop 137 RMD160 6b7cdc19602500d2a62e2af570608e99981f99ce SHA1 456dfde63c9ac34a18bdaa230d4e0c950d0a5748 SHA256 c57efd8e64a2defc89224b9388e854c1327c5e2724acc70f00903c80c5422f10
|
||||
EBUILD sabayon-skel-8-r2.ebuild 1358 RMD160 fabbc3a2f35235b1a9c7f0e604ef20252d277137 SHA1 30e5a20475d1687724f85a15e16ae894d8f4cadc SHA256 bc672639615a13cf66189d7b4c7d4c19a72961d8241646cbf08978df7eb06476
|
||||
EBUILD sabayon-skel-8.ebuild 1358 RMD160 fabbc3a2f35235b1a9c7f0e604ef20252d277137 SHA1 30e5a20475d1687724f85a15e16ae894d8f4cadc SHA256 bc672639615a13cf66189d7b4c7d4c19a72961d8241646cbf08978df7eb06476
|
||||
EBUILD sabayon-skel-9-r1.ebuild 1358 RMD160 fabbc3a2f35235b1a9c7f0e604ef20252d277137 SHA1 30e5a20475d1687724f85a15e16ae894d8f4cadc SHA256 bc672639615a13cf66189d7b4c7d4c19a72961d8241646cbf08978df7eb06476
|
||||
EBUILD sabayon-skel-9-r2.ebuild 1336 RMD160 e27104b824c808c5153226a6b6a8c997e7032d9b SHA1 00167f42f38a1cfd799cd9b8f098e1c61a99faaa SHA256 f89887533a2c29fd0c60c44c364eee51ed500cb67a8943c317ac747edda5bec9
|
||||
EBUILD sabayon-skel-9.ebuild 1358 RMD160 fabbc3a2f35235b1a9c7f0e604ef20252d277137 SHA1 30e5a20475d1687724f85a15e16ae894d8f4cadc SHA256 bc672639615a13cf66189d7b4c7d4c19a72961d8241646cbf08978df7eb06476
|
||||
EBUILD sabayon-skel-9-r3.ebuild 1336 RMD160 e27104b824c808c5153226a6b6a8c997e7032d9b SHA1 00167f42f38a1cfd799cd9b8f098e1c61a99faaa SHA256 f89887533a2c29fd0c60c44c364eee51ed500cb67a8943c317ac747edda5bec9
|
||||
MISC ChangeLog 351 RMD160 b9656c925225477ce0d5eaab296672d5e70ef67b SHA1 9a36f78388f3721b5e03516059f31ea00fe44f5b SHA256 894d1187ba336e5fefd0f8448b1590c637ade6690e484d589ce3098028f87f87
|
||||
|
||||
@@ -1,54 +0,0 @@
|
||||
# Copyright 1999-2009 SabayonLinux
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="2"
|
||||
EGIT_COMMIT="${PVR}"
|
||||
EGIT_REPO_URI="git://git.sabayon.org/projects/skel.git"
|
||||
inherit eutils git fdo-mime
|
||||
|
||||
DESCRIPTION="Sabayon Linux skel tree"
|
||||
HOMEPAGE="http://www.sabayon.org"
|
||||
RESTRICT="nomirror"
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
IUSE=""
|
||||
RDEPEND="!<=app-misc/sabayonlinux-skel-3.5-r6"
|
||||
|
||||
src_install () {
|
||||
|
||||
dodir /etc/xdg/menus
|
||||
cp "${S}"/* "${D}"/etc/ -Ra
|
||||
|
||||
# Sabayon Menu
|
||||
dodir /usr/share/desktop-directories
|
||||
cp "${FILESDIR}"/4.0.97/xdg/*.directory "${D}"/usr/share/desktop-directories/
|
||||
dodir /usr/share/sabayon
|
||||
cp -a "${FILESDIR}"/4.0.97/* "${D}"/usr/share/sabayon/
|
||||
doicon "${FILESDIR}"/4.0.97/img/sabayon-weblink.png
|
||||
|
||||
chown root:root "${D}"/etc/skel -R
|
||||
|
||||
}
|
||||
|
||||
pkg_postinst () {
|
||||
|
||||
if [ -x "/usr/bin/xdg-desktop-menu" ]; then
|
||||
# Manual install otherwise it wont be set up correctly
|
||||
xdg-desktop-menu install \
|
||||
/usr/share/sabayon/xdg/sabayon-sabayon.directory \
|
||||
/usr/share/sabayon/xdg/*.desktop
|
||||
fi
|
||||
|
||||
fdo-mime_desktop_database_update
|
||||
ewarn "Please bugs report to bugs.sabayonlinux.org"
|
||||
ewarn "for Thev00d00's attention"
|
||||
}
|
||||
|
||||
|
||||
pkg_prerm() {
|
||||
if [ -x "/usr/bin/xdg-desktop-menu" ]; then
|
||||
xdg-desktop-menu uninstall /usr/share/sabayon/xdg/sabayon-sabayon.directory /usr/share/sabayon/xdg/*.desktop
|
||||
fi
|
||||
}
|
||||
@@ -1,54 +0,0 @@
|
||||
# Copyright 1999-2009 SabayonLinux
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="2"
|
||||
EGIT_COMMIT="${PVR}"
|
||||
EGIT_REPO_URI="git://git.sabayon.org/projects/skel.git"
|
||||
inherit eutils git fdo-mime
|
||||
|
||||
DESCRIPTION="Sabayon Linux skel tree"
|
||||
HOMEPAGE="http://www.sabayon.org"
|
||||
RESTRICT="nomirror"
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
IUSE=""
|
||||
RDEPEND="!<=app-misc/sabayonlinux-skel-3.5-r6"
|
||||
|
||||
src_install () {
|
||||
|
||||
dodir /etc/xdg/menus
|
||||
cp "${S}"/* "${D}"/etc/ -Ra
|
||||
|
||||
# Sabayon Menu
|
||||
dodir /usr/share/desktop-directories
|
||||
cp "${FILESDIR}"/4.0.97/xdg/*.directory "${D}"/usr/share/desktop-directories/
|
||||
dodir /usr/share/sabayon
|
||||
cp -a "${FILESDIR}"/4.0.97/* "${D}"/usr/share/sabayon/
|
||||
doicon "${FILESDIR}"/4.0.97/img/sabayon-weblink.png
|
||||
|
||||
chown root:root "${D}"/etc/skel -R
|
||||
|
||||
}
|
||||
|
||||
pkg_postinst () {
|
||||
|
||||
if [ -x "/usr/bin/xdg-desktop-menu" ]; then
|
||||
# Manual install otherwise it wont be set up correctly
|
||||
xdg-desktop-menu install \
|
||||
/usr/share/sabayon/xdg/sabayon-sabayon.directory \
|
||||
/usr/share/sabayon/xdg/*.desktop
|
||||
fi
|
||||
|
||||
fdo-mime_desktop_database_update
|
||||
ewarn "Please bugs report to bugs.sabayonlinux.org"
|
||||
ewarn "for Thev00d00's attention"
|
||||
}
|
||||
|
||||
|
||||
pkg_prerm() {
|
||||
if [ -x "/usr/bin/xdg-desktop-menu" ]; then
|
||||
xdg-desktop-menu uninstall /usr/share/sabayon/xdg/sabayon-sabayon.directory /usr/share/sabayon/xdg/*.desktop
|
||||
fi
|
||||
}
|
||||
Reference in New Issue
Block a user