summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2022-08-02 15:41:14 +0200
committerAgostino Sarubbo <ago@gentoo.org>2022-08-02 15:41:14 +0200
commit4cb113b14e9f1d4ebe7d45fc59adf92f34f6ef2d (patch)
tree7a2bd8bfae7913128a604234a54bfa6bc1583f41
parentnet-analyzer/slowhttptest: remove old (diff)
downloadago-4cb113b14e9f1d4ebe7d45fc59adf92f34f6ef2d.tar.gz
ago-4cb113b14e9f1d4ebe7d45fc59adf92f34f6ef2d.tar.bz2
ago-4cb113b14e9f1d4ebe7d45fc59adf92f34f6ef2d.zip
app-arch/createrepo_c: it is in tree since a while
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
-rw-r--r--app-arch/createrepo_c/ChangeLog8
-rw-r--r--app-arch/createrepo_c/Manifest4
-rw-r--r--app-arch/createrepo_c/createrepo_c-0.15.6.ebuild44
-rw-r--r--app-arch/createrepo_c/metadata.xml8
4 files changed, 0 insertions, 64 deletions
diff --git a/app-arch/createrepo_c/ChangeLog b/app-arch/createrepo_c/ChangeLog
deleted file mode 100644
index 082aee4..0000000
--- a/app-arch/createrepo_c/ChangeLog
+++ /dev/null
@@ -1,8 +0,0 @@
- 24 Jan 2020; Agostino Sarubbo <ago@gentoo.org> createrepo_c-0.15.6.ebuild:
- app-arch/createrepo_c: missing $
-
-*createrepo_c-0.15.6 (24 Jan 2020)
-
- 24 Jan 2020; Agostino Sarubbo <ago@gentoo.org> +createrepo_c-0.15.6.ebuild,
- +metadata.xml:
- app-arch/createrepo_c: first draft
diff --git a/app-arch/createrepo_c/Manifest b/app-arch/createrepo_c/Manifest
deleted file mode 100644
index c67d947..0000000
--- a/app-arch/createrepo_c/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST createrepo_c-0.15.6.tar.gz 596602 SHA256 4da728de97ae38bce7dc247bc254de28369e0375d18bb0268431f401111f42a1 SHA512 54f29b309c99ff66a92579b69b6e303e1e88f66dc1184167c13d4c541ea98cf16da33c1088f23cb71bf8b581dc0c35ab77ab9802e6ad0756acbfc62408704555 WHIRLPOOL f46a1541b180a84ac1814ecace855fbdcc039d0742daaadca555527793b6290c777898a66f511abe3dcddcf8acb75c8f6908104edf22c097229010a595f8d61e
-EBUILD createrepo_c-0.15.6.ebuild 1037 SHA256 2278561671eb3cef93827d792190840371b19b13a150b7b8902b94ae50ab1fc5 SHA512 47b52be1a16b47529a79b045e408d57bc8c21a28066ce4264a35ca13d35f88f3bcc664aa1bc73a87c4f0cbf40759ef0d0939234a176d53cf5f116dd3feb4a8fb WHIRLPOOL cbbb44ad170f1d4f9f8f90f96b68a352ed36efc260a0ed259ea324a5d391097c253d5a86d16e99149db4e42f616541f4efff5f7c33f27d281b75cf55496e7867
-MISC ChangeLog 281 SHA256 bbd84df41b22dd60670421dbacad6ecf5eecb213d3bf6bff1cd0b1059d9df1dc SHA512 73e151ddb0c7871d906b28fb7cfc87fa22ce1d3af84363a08bdb296e31076c3f45b01c0295c57455dffce972ab72c177ccb7bfd9c091c3684eb1532b72235789 WHIRLPOOL e70d82c56652c98c7edbc8461eadbf09223987f800f7767561608f2cf1b8ccb2ea75960068f4a260c0d113cee0a377b996a986ade8105c7a34f8d8fc484b6c31
-MISC metadata.xml 252 SHA256 0df10ba8b53ce829ea0fdf3b8f808ae371f24235ab02a7f94967fe0c2d7845bf SHA512 1f9486ce3b84ae866622da9d6e26a3e873467fe1607826fca6b0cc2f6091b0c8f94c4cff6717c57419867ac74bd371c0ef8f035ffb1ffcb1c4cbfae86f544ab5 WHIRLPOOL f993df191d6ce02786a5a2234510fbae80c9e1e1661c2a89cfe71be92cf5668fda737e28faedb21765de32526df074b3ef4eef6f5110020aa8232b1cb85aa7dc
diff --git a/app-arch/createrepo_c/createrepo_c-0.15.6.ebuild b/app-arch/createrepo_c/createrepo_c-0.15.6.ebuild
deleted file mode 100644
index 4fe5111..0000000
--- a/app-arch/createrepo_c/createrepo_c-0.15.6.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# This ebuild provides an usable createrepo_c but it is
-# still a draft because all configure supports, need to turned
-# on into an IUSE.
-# Some packages like drpm and zchunk are missing in tree at time of writing.
-
-EAPI=7
-
-inherit cmake cmake-utils
-
-DESCRIPTION="C implementation of createrepo"
-HOMEPAGE="https://github.com/rpm-software-management/createrepo_c"
-SRC_URI="https://github.com/rpm-software-management/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="app-arch/rpm:=
- app-arch/xz-utils:=
- dev-db/sqlite:=
- dev-libs/expat:=
- dev-libs/glib:=
- dev-libs/libxml2:=
- net-misc/curl:=
- sys-apps/file:="
-
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- -DENABLE_BASHCOMP=OFF
- -DENABLE_DRPM=OFF
- -DENABLE_LEGACY_WEAKDEPS=OFF
- -DENABLE_PYTHON=OFF
- -DENABLE_THREADED_XZ_ENCODER=OFF
- -DWITH_LIBMODULEMD=OFF
- -DWITH_ZCHUNK=OFF
- )
- cmake-utils_src_configure
-}
diff --git a/app-arch/createrepo_c/metadata.xml b/app-arch/createrepo_c/metadata.xml
deleted file mode 100644
index 04a76b1..0000000
--- a/app-arch/createrepo_c/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="person">
- <email>ago@gentoo.org</email>
- <name>Agostino Sarubbo</name>
- </maintainer>
-</pkgmetadata>