From 7ba11dbfd00a1d4c01d7f635a730e3fc13538dc1 Mon Sep 17 00:00:00 2001 From: Mounir Lamouri Date: Sat, 6 Jun 2009 15:48:22 +0000 Subject: removing, in gentoo-x86 svn path=/sunrise/; revision=8622 --- sys-devel/scratchbox/ChangeLog | 39 --------- sys-devel/scratchbox/Manifest | 6 -- sys-devel/scratchbox/files/scratchbox.rc | 23 ------ sys-devel/scratchbox/metadata.xml | 5 -- sys-devel/scratchbox/scratchbox-1.0.7.ebuild | 113 --------------------------- 5 files changed, 186 deletions(-) delete mode 100644 sys-devel/scratchbox/ChangeLog delete mode 100644 sys-devel/scratchbox/Manifest delete mode 100644 sys-devel/scratchbox/files/scratchbox.rc delete mode 100644 sys-devel/scratchbox/metadata.xml delete mode 100644 sys-devel/scratchbox/scratchbox-1.0.7.ebuild (limited to 'sys-devel') diff --git a/sys-devel/scratchbox/ChangeLog b/sys-devel/scratchbox/ChangeLog deleted file mode 100644 index 877b5db35..000000000 --- a/sys-devel/scratchbox/ChangeLog +++ /dev/null @@ -1,39 +0,0 @@ -# ChangeLog for sys-devel/scratchbox -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - - 31 Aug 2008; Thomas Sachau (Tommy[D]) metadata.xml: - Revert metadata changes (wrong package) - - 31 Aug 2008; Thomas Sachau (Tommy[D]) metadata.xml: - Add local useflags to metadata.xml (GLEP 56) - - 17 Feb 2008; (Tommy[D]) tommy100@gmx.de scratchbox-1.0.7.ebuild: - Shorten description - - 09 Nov 2007; Jakub Moc scratchbox-1.0.7.ebuild: - enewgroup handles die on its own; fix Manifest - - 21 Feb 2007; Markus Ullmann Manifest: - Manifest2 checksums - - 04 Feb 2007; Jakub Moc -scratchbox-0.9.8.8.ebuild: - Drop old. - - 03 Feb 2007; Lars Weiler +scratchbox-1.0.7.ebuild: - Version bump. - - 03 Nov 2006; Raul Porcel (armin76) - -scratchbox-0.9.8.7.ebuild: - drop old - - 25 Jul 2006; Tiziano Müller - +scratchbox-0.9.8.8.ebuild: - Version bump to v0.9.8.8 - - 02 Jul 2006; Tiziano Müller ChangeLog: - Added pkg_config() and removed some of the many einfos - - 01 Jul 2006; Tiziano Müller ChangeLog: - New ebuild for bug 94225, thanks to Christian Hartmann for the initial - diff --git a/sys-devel/scratchbox/Manifest b/sys-devel/scratchbox/Manifest deleted file mode 100644 index 88cee5d78..000000000 --- a/sys-devel/scratchbox/Manifest +++ /dev/null @@ -1,6 +0,0 @@ -AUX scratchbox.rc 409 RMD160 bbf43d3a75801d02213ca4e28d1d0d7830704b00 SHA1 d91b500c69786298f99caf27cf69ed3903293338 SHA256 49373f4803b98783652fdf285e22898e74b6cc40e365ec0af33251034d93b064 -DIST scratchbox-core-1.0.7-i386.tar.gz 49932823 RMD160 448adff76c3f143355945b8f03f75c38faacdf1f SHA1 818da8d88113b5eaa3fa8a879e6e01e8d599425c SHA256 fd96a22b750b96fa13e51010c7245c27d10e2e43835ae5c9b0f60b6f3e609bf5 -DIST scratchbox-libs-1.0.7-i386.tar.gz 14395788 RMD160 f64d5d2df21d188523f4390ae18be2fbdd78d3d3 SHA1 a61d1adec50211722ce0a0f6c5b1c3e5be715e4f SHA256 4a1e6073ea20b2afe35eba77aa02c270f31713ca9fd77e22ababfe110ed2c4ca -EBUILD scratchbox-1.0.7.ebuild 2922 RMD160 c57938b791a3fea2eb5113b69c692ce0aeb449c8 SHA1 4748f7f207f1adb363068408990f5d8036dbfed5 SHA256 57c917dd93f44132007a85d1e8e815773774be74cc0061aa0f52c20a471ab7f3 -MISC ChangeLog 1290 RMD160 91c5bf8201d00af328b3364d71e597633a19d738 SHA1 0bbd3053c6efec585fea4a6019589b6b1ffb0381 SHA256 369ea10a997eaaaed56ced22fbc9fda4dbd43e2ccc2f9a552f1b8fb87a76fe07 -MISC metadata.xml 171 RMD160 ed284df01c230fc7990a6b5888b39166d23f29ba SHA1 f3d64a69044b710e23fb874b3ee4cd338858c8b4 SHA256 a7b30fbacd0e4c312c07a3efac112a3794c81d134442d8104325734d03425adf diff --git a/sys-devel/scratchbox/files/scratchbox.rc b/sys-devel/scratchbox/files/scratchbox.rc deleted file mode 100644 index 36501b324..000000000 --- a/sys-devel/scratchbox/files/scratchbox.rc +++ /dev/null @@ -1,23 +0,0 @@ -#!/sbin/runscript - -depend() { - need localmount - use logger net -} - -start() { - test -x /opt/scratchbox/sbin/sbox_ctl || \ - eend 1 "scratchbox init script not found. Aborting" || return 1 - - /opt/scratchbox/sbin/sbox_ctl start - return $? -} - -stop() { - test -x /opt/scratchbox/sbin/sbox_ctl || \ - eend 1 "scratchbox init script not found. Aborting" || return 1 - - /opt/scratchbox/sbin/sbox_ctl stop - return $? -} - diff --git a/sys-devel/scratchbox/metadata.xml b/sys-devel/scratchbox/metadata.xml deleted file mode 100644 index 6f1d493c5..000000000 --- a/sys-devel/scratchbox/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - maintainer-wanted - diff --git a/sys-devel/scratchbox/scratchbox-1.0.7.ebuild b/sys-devel/scratchbox/scratchbox-1.0.7.ebuild deleted file mode 100644 index 1b28262e5..000000000 --- a/sys-devel/scratchbox/scratchbox-1.0.7.ebuild +++ /dev/null @@ -1,113 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit eutils - -MAJOR_VERSION=${PV%\.[0-9]} - -SBOX_GROUP="sbox" -RESTRICT="strip" - -DESCRIPTION="A cross-compilation toolkit designed to make embedded Linux application development easier." -HOMEPAGE="http://www.scratchbox.org/" -SRC_URI="http://scratchbox.org/download/files/sbox-releases/stable/tarball/scratchbox-core-${PV}-i386.tar.gz - http://scratchbox.org/download/files/sbox-releases/stable/tarball/scratchbox-libs-${PV}-i386.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -TARGET_DIR="/opt/scratchbox" - -S=${WORKDIR}/${PN} - -src_install() { - dodir ${TARGET_DIR} - # doins doesn't work with symlinks, getting "file not found" with doins - cp -pRP ./* "${D}/${TARGET_DIR}" - dosym opt/scratchbox scratchbox - - # scratchbox service loader - newinitd "${FILESDIR}/scratchbox.rc" scratchbox || die "newinitd failed" - - # group already created - echo ${SBOX_GROUP} > "${D}/${TARGET_DIR}/.run_me_first_done" -} - -pkg_preinst() { - einfo "Creating group sbox" - enewgroup "${SBOX_GROUP}" -} - -pkg_postinst() { - elog - elog "You need to run:" - elog "\"emerge --config =${CATEGORY}/${PF}\"" - elog "to set permissions right and setup scratchbox and users" - elog - elog "For further documentation about how to setup" - elog "scratchbox for your development needs have a look at" - elog "http://scratchbox.org/documentation/user/scratchbox-${MAJOR_VERSION}/" - elog - elog "Also note that when you reboot you should run:" - elog "/etc/init.d/scratchbox start" - elog "before trying to run scratchbox." - elog "You can also add it to the default runlevel:" - elog "rc-update add scratchbox default" - elog - elog "Type /opt/scratchbox/login to start scratchbox." - elog -} - -pkg_postrm() { - elog - elog "To remove all traces of scratchbox you will need to remove the file" - elog "/etc/init.d/scratchbox. Don't forget to delete the sbox group." - elog -} - -pkg_config() { - if [ `id -u` != "0" ]; then - ewarn "Must be root to run this" - die "not root" - fi - - einfo "Do you want to configure scratchbox? [Yes/No]" - einfo "Note: This will set permissions and copy files from the system into the scratchbox" - read choice - echo - case "$choice" in - y*|Y*|"") - "${TARGET_DIR}/sbin/sbox_configure" "no" ${SBOX_GROUP} || die "sbox_configure failed" - ;; - *) - ;; - esac - - mkdir -p "${TARGET_DIR}/scratchbox/users" - - while true; do - einfo "Existing users:" - einfo $(ls "${TARGET_DIR}/users") - echo - - einfo "Create new user (leaf empty to skip): " - read newuser - case "$newuser" in - "") - break; - ;; - *) - einfo "Note: users have to be in the '${SBOX_GROUP}' to be able to login into the scratchbox" - "${TARGET_DIR}/sbin/sbox_adduser" ${newuser} || die "sbox_adduser failed" - ;; - esac - done - - einfo "Configuration finished. Make sure you run '/etc/init.d/scratchbox start' before logging in." -} -- cgit v1.2.3-65-gdbad