diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-09-27 08:05:59 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-09-27 08:08:01 +0200 |
commit | afcb45e0ed4c37994c7f3e1517917d74cefe8568 (patch) | |
tree | 11a554388479015fe46a3ebcd6d90eb56bd353e3 /dev-embedded | |
parent | dev-embedded/scratchbox-devkit-git: Remove last-rited pkg (diff) | |
download | gentoo-afcb45e0ed4c37994c7f3e1517917d74cefe8568.tar.gz gentoo-afcb45e0ed4c37994c7f3e1517917d74cefe8568.tar.bz2 gentoo-afcb45e0ed4c37994c7f3e1517917d74cefe8568.zip |
dev-embedded/scratchbox-devkit-doctools: Remove last-rited pkg
Closes: https://bugs.gentoo.org/681168
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-embedded')
5 files changed, 0 insertions, 98 deletions
diff --git a/dev-embedded/scratchbox-devkit-doctools/Manifest b/dev-embedded/scratchbox-devkit-doctools/Manifest deleted file mode 100644 index 64e5f3068946..000000000000 --- a/dev-embedded/scratchbox-devkit-doctools/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST scratchbox-devkit-doctools-1.0.13-i386.tar.gz 138053226 BLAKE2B 1c4a611f02036fef1588535e774b53c4b155c9408ae1c6c8835b3051fe209a41511c688de21331e103fa2dcf956009cbe60fdb3c6991b04fde03d99a06c0ddfc SHA512 1f57c52f47a0e01b0866a5c3860e665d0de4c3e407d5e3d8f8dc0fd8c34bae69f432f8da2b7c9acc917af0b41e957c87a0e1d42a413e256e45c02c533089d1c6 -DIST scratchbox-devkit-doctools-1.0.14-i386.tar.gz 138045143 BLAKE2B ebc67930f91800a64c2b3859d5b5ca3faa86e64e6f636add2ea16278bcc05f45cdc1e99cd2a976592825d42b28c4c7cae7f2b1b1e9de96416c75a8e6bd465084 SHA512 95a4a5ae12d2044f928ff21fd2bc58320cb860e7762f22e47cbe4ed67fe4a183b08319459fb3c975b62bd1da3cd683580e474d514c1f3132db7bd6224249405a -DIST scratchbox-devkit-doctools-1.0.9-i386.tar.gz 139460608 BLAKE2B 3ff27dc46e72f6659f98b2c09132dc0d289b34286fe1a278a719decdd17ffd06cd233cb987b866702dcb6c89cf01667b3032527cf4360176d82d6320e32bc4c3 SHA512 7b6d7dc2defd6541f9a4677bda4776b591ec53e59b143c6f695ef29c685047581d9bdf46eb61ee453207b276f3626ea46d2e4851b956068156f472d8ff3d45f2 diff --git a/dev-embedded/scratchbox-devkit-doctools/metadata.xml b/dev-embedded/scratchbox-devkit-doctools/metadata.xml deleted file mode 100644 index 71b1461e1146..000000000000 --- a/dev-embedded/scratchbox-devkit-doctools/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>embedded@gentoo.org</email> - <name>Embedded Gentoo</name> -</maintainer> -</pkgmetadata> diff --git a/dev-embedded/scratchbox-devkit-doctools/scratchbox-devkit-doctools-1.0.13.ebuild b/dev-embedded/scratchbox-devkit-doctools/scratchbox-devkit-doctools-1.0.13.ebuild deleted file mode 100644 index e6e8abc0847b..000000000000 --- a/dev-embedded/scratchbox-devkit-doctools/scratchbox-devkit-doctools-1.0.13.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -SBOX_GROUP="sbox" - -DESCRIPTION="A cross-compilation toolkit for embedded Linux application development" -HOMEPAGE="http://www.scratchbox.org/" -SRC_URI="http://scratchbox.org/download/files/sbox-releases/stable/tarball/${P}-i386.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -# Stripping BREAKS scratchbox, it runs in a chroot and is pre-stripped when needed (bug #296294) -RESTRICT="strip" - -RDEPEND="=dev-embedded/scratchbox-1.0*" -DEPEND="" - -TARGET_DIR="/opt/scratchbox" - -S=${WORKDIR}/scratchbox - -src_install() { - dodir ${TARGET_DIR} - cp -pRP * "${D}/${TARGET_DIR}" -} diff --git a/dev-embedded/scratchbox-devkit-doctools/scratchbox-devkit-doctools-1.0.14.ebuild b/dev-embedded/scratchbox-devkit-doctools/scratchbox-devkit-doctools-1.0.14.ebuild deleted file mode 100644 index 33d2d0caa82f..000000000000 --- a/dev-embedded/scratchbox-devkit-doctools/scratchbox-devkit-doctools-1.0.14.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -SBOX_GROUP="sbox" - -DESCRIPTION="A cross-compilation toolkit for embedded Linux application development" -HOMEPAGE="http://www.scratchbox.org/" -SRC_URI="http://scratchbox.org/download/files/sbox-releases/hathor/tarball/${P}-i386.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -# Stripping BREAKS scratchbox, it runs in a chroot and is pre-stripped when needed (bug #296294) -RESTRICT="strip" - -RDEPEND="=dev-embedded/scratchbox-1.0*" -DEPEND="" - -TARGET_DIR="/opt/scratchbox" - -S=${WORKDIR}/scratchbox - -src_install() { - dodir ${TARGET_DIR} - cp -pRP * "${D}/${TARGET_DIR}" -} diff --git a/dev-embedded/scratchbox-devkit-doctools/scratchbox-devkit-doctools-1.0.9.ebuild b/dev-embedded/scratchbox-devkit-doctools/scratchbox-devkit-doctools-1.0.9.ebuild deleted file mode 100644 index 337ae5168bd0..000000000000 --- a/dev-embedded/scratchbox-devkit-doctools/scratchbox-devkit-doctools-1.0.9.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -SBOX_GROUP="sbox" - -DESCRIPTION="A cross-compilation toolkit for embedded Linux application development" -HOMEPAGE="http://www.scratchbox.org/" -SRC_URI="http://scratchbox.org/download/files/sbox-releases/stable/tarball/${P}-i386.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -# Stripping BREAKS scratchbox, it runs in a chroot and is pre-stripped when needed (bug #296294) -RESTRICT="strip" - -RDEPEND="=dev-embedded/scratchbox-1.0*" -DEPEND="" - -TARGET_DIR="/opt/scratchbox" - -S=${WORKDIR}/scratchbox - -src_install() { - dodir ${TARGET_DIR} - cp -pRP * "${D}/${TARGET_DIR}" -} |