Home
       tdev-util/devscripts: Remove ebuilds. - parlay - yet another gentoo overlay
  HTML git clone https://git.parazyd.org/parlay
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit ed091d0020760f63aa8e3f04ebfe1add2d0fb695
   DIR parent ff5704cca3de5eb0db21bab0a3ac7431d1082d72
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Tue, 17 May 2022 10:55:39 +0200
       
       dev-util/devscripts: Remove ebuilds.
       
       Diffstat:
         D dev-util/devscripts/Manifest        |       1 -
         D dev-util/devscripts/devscripts-2.2… |     103 -------------------------------
         D dev-util/devscripts/metadata.xml    |       8 --------
       
       3 files changed, 0 insertions(+), 112 deletions(-)
       ---
   DIR diff --git a/dev-util/devscripts/Manifest b/dev-util/devscripts/Manifest
       t@@ -1 +0,0 @@
       -DIST devscripts_2.20.4.tar.xz 860604 BLAKE2B 05c486ed024964ec03f9e5396e739389010a2c51a4d01be14b4959aa86bd09ca426bbfbfa7657c87e54aec8497fbfc90064073310fb1af916b32142ff63d3137 SHA512 49e9ae38ca3682f399a17f2108a7ee15198dc955d8c7c4c1b043456c19cb35b47b6116de9a2cfaccbdd7560e79426ca0953674e5a89ac226d21af2c1cf847e5c
   DIR diff --git a/dev-util/devscripts/devscripts-2.20.4.ebuild b/dev-util/devscripts/devscripts-2.20.4.ebuild
       t@@ -1,103 +0,0 @@
       -# Copyright 1999-2022 Gentoo Authors
       -# Distributed under the terms of the GNU General Public License v2
       -
       -EAPI=8
       -PYTHON_COMPAT=( python3_{7..9} )
       -DISTUTILS_SINGLE_IMPL=1
       -
       -inherit distutils-r1
       -
       -DESCRIPTION="Scripts to make the life of a Debian Package maintainer easier"
       -HOMEPAGE="https://salsa.debian.org/debian/devscripts"
       -SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.xz"
       -
       -LICENSE="GPL-2+"
       -SLOT="0"
       -KEYWORDS="~amd64 ~x86"
       -IUSE="test"
       -
       -CDEPEND="
       -        dev-lang/perl:=
       -        dev-perl/File-DesktopEntry
       -        dev-perl/libwww-perl
       -        dev-util/distro-info
       -        ${PYTHON_DEPS}
       -"
       -DEPEND="${CDEPEND}
       -        app-shells/bash-completion
       -        virtual/pkgconfig
       -        test? (
       -                dev-perl/Software-License
       -                dev-perl/UNIVERSAL-require
       -                dev-util/shunit2
       -                $(python_gen_cond_dep '
       -                        dev-python/flake8[${PYTHON_MULTI_USEDEP}]
       -                ')
       -        )"
       -RDEPEND="${CDEPEND}
       -        app-arch/dpkg
       -        app-text/wdiff
       -        dev-util/debhelper
       -        sys-apps/fakeroot
       -"
       -
       -DISTUTILS_S="${S}"/scripts
       -
       -src_prepare() {
       -        default
       -
       -        # Replace Debian xsl stylesheets paths with Gentoo's
       -        sed -i \
       -                -e 's#stylesheet/xsl/nwalsh#xsl-stylesheets#g' \
       -                "${S}"/po4a/Makefile \
       -                "${DISTUTILS_S}"/Makefile \
       -                "${DISTUTILS_S}"/deb-reversion.dbk || die
       -
       -        # distutils-r1 eclass will be used instead
       -        sed -i -e "/python3 setup.py/d" \
       -                -e "/python3 -m flake8/d" \
       -                -e "/py3versions/d" \
       -                "${DISTUTILS_S}"/Makefile || die
       -
       -        # Avoid file collision with app-shells/bash-completion
       -        rm "${DISTUTILS_S}"/bts.bash_completion || die
       -
       -        # It's not possible to use all Debian stuff in Gentoo.
       -        # Remove known failing tests for now.
       -        sed -i -e "s/dd-list//g" \
       -                -e "s/package_lifecycle//g" \
       -                "${S}"/test/Makefile || die
       -}
       -
       -src_configure() {
       -        default
       -
       -        pushd "${DISTUTILS_S}" > /dev/null || die
       -        distutils-r1_src_configure
       -        popd > /dev/null || die
       -}
       -
       -src_compile() {
       -        default
       -
       -        pushd "${DISTUTILS_S}" > /dev/null || die
       -        distutils-r1_src_compile
       -        popd > /dev/null || die
       -}
       -
       -src_install() {
       -        dodir /usr/bin
       -        default
       -
       -        pushd "${DISTUTILS_S}" > /dev/null || die
       -        distutils-r1_src_install
       -        popd > /dev/null || die
       -}
       -
       -src_test() {
       -        default
       -
       -        pushd "${DISTUTILS_S}" > /dev/null || die
       -        distutils-r1_src_test
       -        popd > /dev/null || die
       -}
   DIR diff --git a/dev-util/devscripts/metadata.xml b/dev-util/devscripts/metadata.xml
       t@@ -1,8 +0,0 @@
       -<?xml version="1.0" encoding="UTF-8"?>
       -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
       -<pkgmetadata>
       -<maintainer type="person">
       -<email>parazyd@dyne.org</email>
       -<name>parazyd</name>
       -</maintainer>
       -</pkgmetadata>