commit:     352f81d831d719f56886ac4e8ebc3e7d5116dcc0
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 16 08:16:33 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Dec 16 08:19:47 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=352f81d8

dev-util/suse-build: Remove -9999

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-util/suse-build/suse-build-9999.ebuild | 59 ------------------------------
 1 file changed, 59 deletions(-)

diff --git a/dev-util/suse-build/suse-build-9999.ebuild 
b/dev-util/suse-build/suse-build-9999.ebuild
deleted file mode 100644
index 15f352f1e64..00000000000
--- a/dev-util/suse-build/suse-build-9999.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-EGIT_REPO_URI="https://github.com/openSUSE/obs-build.git";
-
-if [[ "${PV}" == "9999" ]]; then
-       EXTRA_ECLASS="git-2"
-else
-       OBS_PACKAGE="build"
-       OBS_PROJECT="openSUSE:Tools"
-       EXTRA_ECLASS="obs-download"
-fi
-
-inherit eutils ${EXTRA_ECLASS}
-unset EXTRA_ECLASS
-
-DESCRIPTION="Script to build SUSE Linux RPMs"
-HOMEPAGE="https://build.opensuse.org/package/show/openSUSE:Tools/build";
-
-[[ "${PV}" == "9999" ]] || SRC_URI="${OBS_URI}/${PN/suse/obs}-${PV//.}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="symlink"
-[[ "${PV}" == "9999" ]] || \
-KEYWORDS="amd64 x86"
-
-RDEPEND="
-       virtual/perl-Digest-MD5
-       virtual/perl-Getopt-Long
-       dev-perl/XML-Parser
-       dev-perl/TimeDate
-       app-shells/bash
-       app-arch/cpio
-       app-arch/rpm
-"
-
-S="${WORKDIR}/${PN/suse/obs}-${PV//.}"
-
-src_compile() { :; }
-
-src_install() {
-       emake DESTDIR="${ED}" pkglibdir=/usr/libexec/suse-build install
-       cd "${ED}"/usr
-       find bin -type l | while read i; do
-               mv "${i}" "${i/bin\//bin/suse-}"
-               use !symlink || dosym "${i/bin\//suse-}" "/usr/${i}"
-       done
-       find share/man/man1 -type f | while read i; do
-               mv "${i}" "${i/man1\//man1/suse-}"
-               use !symlink || dosym "${i/man1\//suse-}" "/usr/${i}"
-       done
-       find . -type f -exec sed -i 's|/usr/lib/build|/usr/libexec/suse-build|' 
{} +
-
-       # create symlink for default build config
-       dosym /usr/libexec/suse-build/configs/sl42.1.conf 
/usr/libexec/suse-build/configs/default.conf
-}

Reply via email to