[gentoo-commits] repo/gentoo:master commit in: dev-embedded/scratchbox-devkit-svn/, profiles/

2019-09-27 Thread Michał Górny
commit: 0069fbba38687881c3ac6042f0275ab994ea6ab3
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Sep 27 06:04:23 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep 27 06:07:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0069fbba

dev-embedded/scratchbox-devkit-svn: Remove last-rited pkg

Closes: https://bugs.gentoo.org/681168
Signed-off-by: Michał Górny  gentoo.org>

 dev-embedded/scratchbox-devkit-svn/Manifest|  1 -
 dev-embedded/scratchbox-devkit-svn/metadata.xml|  8 --
 .../scratchbox-devkit-svn-1.0.ebuild   | 31 --
 profiles/package.mask  |  1 -
 4 files changed, 41 deletions(-)

diff --git a/dev-embedded/scratchbox-devkit-svn/Manifest 
b/dev-embedded/scratchbox-devkit-svn/Manifest
deleted file mode 100644
index 4e1d2e34a6d..000
--- a/dev-embedded/scratchbox-devkit-svn/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST scratchbox-devkit-svn-1.0-i386.tar.gz 15363785 BLAKE2B 
7f448c3dc2a7ea00e9618ab1c6ead2f38c4d3b60ffae2d26f6270cd9c82208036f618477ebd569dd6a88529e0d06e8517949a075f45a91e126a31538bb2987c7
 SHA512 
e9f6349a0bb0ab0fc2a726eb053314b8035ce485109a0835f132f31f342c36297d7edaeff60329b5da8e9203c23216dd6868d8fc41355f18caf78d1a4ba2e484

diff --git a/dev-embedded/scratchbox-devkit-svn/metadata.xml 
b/dev-embedded/scratchbox-devkit-svn/metadata.xml
deleted file mode 100644
index e248196b07c..000
--- a/dev-embedded/scratchbox-devkit-svn/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   embed...@gentoo.org
-   Embedded Gentoo
-   
-

diff --git 
a/dev-embedded/scratchbox-devkit-svn/scratchbox-devkit-svn-1.0.ebuild 
b/dev-embedded/scratchbox-devkit-svn/scratchbox-devkit-svn-1.0.ebuild
deleted file mode 100644
index df77e74be0d..000
--- a/dev-embedded/scratchbox-devkit-svn/scratchbox-devkit-svn-1.0.ebuild
+++ /dev/null
@@ -1,31 +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"
-
-QA_TEXTRELS="opt/scratchbox"
-
-S=${WORKDIR}/scratchbox
-
-src_install() {
-   dodir ${TARGET_DIR}
-   cp -pRP * "${D}/${TARGET_DIR}"
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index b634b627adf..be73f681a4e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -1099,7 +1099,6 @@ dev-embedded/scratchbox-devkit-git
 dev-embedded/scratchbox-devkit-maemo3
 dev-embedded/scratchbox-devkit-perl
 dev-embedded/scratchbox-devkit-qemu
-dev-embedded/scratchbox-devkit-svn
 
 # Miroslav Šulc  (2019-08-19)
 # Depends on >=virtual/{jdk,jre}-11 which is masked



[gentoo-commits] repo/gentoo:master commit in: dev-embedded/scratchbox-devkit-svn/

2017-03-23 Thread David Seifert
commit: 1f4f4d2e8ac4ee224a56193df4cdcaca21fdc397
Author: Harri Nieminen  gmail  com>
AuthorDate: Mon Mar 20 09:38:05 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Mar 23 20:52:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f4f4d2e

dev-embedded/scratchbox-devkit-svn: Fix toolong DESCRIPTION

Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4253

 dev-embedded/scratchbox-devkit-svn/scratchbox-devkit-svn-1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-embedded/scratchbox-devkit-svn/scratchbox-devkit-svn-1.0.ebuild 
b/dev-embedded/scratchbox-devkit-svn/scratchbox-devkit-svn-1.0.ebuild
index 58d475d07e6..f784da564ce 100644
--- a/dev-embedded/scratchbox-devkit-svn/scratchbox-devkit-svn-1.0.ebuild
+++ b/dev-embedded/scratchbox-devkit-svn/scratchbox-devkit-svn-1.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 SBOX_GROUP="sbox"
 
-DESCRIPTION="A cross-compilation toolkit designed to make embedded Linux 
application development easier"
+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"