diff options
author | 2021-08-24 14:38:36 +0200 | |
---|---|---|
committer | 2021-08-24 14:38:36 +0200 | |
commit | 9f3a01a8f7dc56e94fc34365ba73f8e2243eceb9 (patch) | |
tree | 67e46ba439a9ba89145f44be26a51d29da540a63 /dev-util | |
parent | app-portage/getdelta: Remove last-rited package (diff) | |
download | gentoo-9f3a01a8f7dc56e94fc34365ba73f8e2243eceb9.tar.gz gentoo-9f3a01a8f7dc56e94fc34365ba73f8e2243eceb9.tar.bz2 gentoo-9f3a01a8f7dc56e94fc34365ba73f8e2243eceb9.zip |
dev-util/build: Remove last-rited package
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/build/Manifest | 1 | ||||
-rw-r--r-- | dev-util/build/build-0.3.10.ebuild | 30 | ||||
-rw-r--r-- | dev-util/build/metadata.xml | 5 |
3 files changed, 0 insertions, 36 deletions
diff --git a/dev-util/build/Manifest b/dev-util/build/Manifest deleted file mode 100644 index d45ce0b1ce7f..000000000000 --- a/dev-util/build/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST build-0.3.10.tar.bz2 73647 BLAKE2B 90a6d2cac1d34cb5a11bd476011c352f4073fffcb55adb62890938bbbe36d9088c6900a9297f08af3aa564569d09a36662288a9a624e9cc44a9f1b2e5dd289fe SHA512 5836da9347714d602162e050471e27330caf398cf4daf008db174797013d8c353e23f41e393166181ff0fdb08359b434cb7ca2ae6bf789376f8340046abb195f diff --git a/dev-util/build/build-0.3.10.ebuild b/dev-util/build/build-0.3.10.ebuild deleted file mode 100644 index d5ebc1b8dfc7..000000000000 --- a/dev-util/build/build-0.3.10.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit versionator - -DESCRIPTION="A massively-parallel software build system implemented on top of GNU make" -HOMEPAGE="https://www.codesynthesis.com/projects/build/" -SLOT="0" -SRC_URI="https://www.codesynthesis.com/download/${PN}/$(get_version_component_range 1-2)/${P}.tar.bz2" -LICENSE="GPL-2" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" -IUSE="examples" - -DEPEND="" -RDEPEND="!dev-util/build:0.3" - -src_install() { - emake install_prefix="${ED%/}/usr" install - - HTML_DOCS=( documentation/*.{css,xhtml} ) - einstalldocs - dodoc documentation/[[:upper:]]* - - if use examples; then - dodoc -r examples - docompress -x /usr/share/doc/${PF}/examples - fi -} diff --git a/dev-util/build/metadata.xml b/dev-util/build/metadata.xml deleted file mode 100644 index 7a38bb900964..000000000000 --- a/dev-util/build/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> -</pkgmetadata> |