commit:     c6a488cb79b1193a55afdb3e8d2a41301715482f
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 19 15:46:32 2019 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Fri Jul 19 15:47:10 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6a488cb

dev-util/conf2struct: Remove 0_pre0 version

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 dev-util/conf2struct/conf2struct-0_pre0.ebuild | 43 --------------------------
 1 file changed, 43 deletions(-)

diff --git a/dev-util/conf2struct/conf2struct-0_pre0.ebuild 
b/dev-util/conf2struct/conf2struct-0_pre0.ebuild
deleted file mode 100644
index 33d18ebd06e..00000000000
--- a/dev-util/conf2struct/conf2struct-0_pre0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit flag-o-matic systemd toolchain-funcs
-
-DESCRIPTION="Create C parsers for libconfig and command-line"
-HOMEPAGE="https://github.com/yrutschle/conf2struct/";
-if [[ ${PV} == "9999" ]] ; then
-       EGIT_REPO_URI="https://github.com/yrutschle/conf2struct.git";
-       inherit git-r3
-else
-       KEYWORDS="~amd64"
-       GIT_COMMIT="10ea3356b65e712fb000f4d37f00e1dc09c1e722"
-       
SRC_URI="https://github.com/yrutschle/conf2struct/archive/${GIT_COMMIT}.tar.gz 
-> ${P}.tar.gz"
-       S="${WORKDIR}/${PN}-${GIT_COMMIT}"
-fi
-
-PATCHES=(
-       "${FILESDIR}/${P}-install-and-uninstall.patch"
-       "${FILESDIR}/${P}-cc-and-cflags.patch"
-       "${FILESDIR}/${P}-destdir.patch"
-       "${FILESDIR}/${P}-install-not-run-all.patch"
-       "${FILESDIR}/${P}-dest-exists.patch"
-)
-
-LICENSE="BSD-2"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-libs/libconfig
-       dev-perl/Conf-Libconfig"
-DEPEND="${RDEPEND}"
-
-src_compile(){
-       # -j1 due to parallel make issue reported upstream at: 
https://github.com/yrutschle/conf2struct/issues/10
-       emake -j1
-}
-
-src_install(){
-       emake DESTDIR="${D}" prefix="${EPREFIX%/}/usr" install
-}

Reply via email to