diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2021-01-18 11:14:09 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-01-18 11:14:09 +0100 |
commit | ec45161b85899f974da01666525bd916a1b90904 (patch) | |
tree | 7fdba4c55f6faafd352e1d5ddeff4aab2443d879 /sci-chemistry | |
parent | sci-calculators/qalculate-gtk: Remove unused patches (diff) | |
download | gentoo-ec45161b85899f974da01666525bd916a1b90904.tar.gz gentoo-ec45161b85899f974da01666525bd916a1b90904.tar.bz2 gentoo-ec45161b85899f974da01666525bd916a1b90904.zip |
sci-chemistry/bodr: Remove old
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/bodr/Manifest | 1 | ||||
-rw-r--r-- | sci-chemistry/bodr/bodr-9-r1.ebuild | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/sci-chemistry/bodr/Manifest b/sci-chemistry/bodr/Manifest index b1d812664c55..c8f6a5dd665a 100644 --- a/sci-chemistry/bodr/Manifest +++ b/sci-chemistry/bodr/Manifest @@ -1,2 +1 @@ DIST bodr-10.tar.bz2 225671 BLAKE2B cda3d66da530cb28898389080807c4ed8602bb8871ee9e9ff75ba4a7a40ee676308539adb26d61b3361b53f37c099fa784438def9b768828a941c3693c7315a2 SHA512 a3e0e7195914938d8824127aa4777c4054c302ef7811d82d1e012d9be5d7a13d7f2225d4216f4a30ae7dbf70eb3b0b38571c3ee0dbe1d97af15f04171dd51bec -DIST bodr-9.tar.bz2 210548 BLAKE2B 91efe4e216c0b07378e69739925fe603a091cc29551b85461dc146d8ba5d855bd33f1432cb159a52f2520cbda8c5228b93c90a23497ca6262f705852fc886c92 SHA512 5bcdd682729e11a0bc48f9306262e03fa2a3ca3a805633c2b40d7f94608ce6e2e778cc89ed0c57ec3bf6105c2f759204e158ac6f29c9e6ee3aa37190f8f0d772 diff --git a/sci-chemistry/bodr/bodr-9-r1.ebuild b/sci-chemistry/bodr/bodr-9-r1.ebuild deleted file mode 100644 index 4a8ecabc18c3..000000000000 --- a/sci-chemistry/bodr/bodr-9-r1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DESCRIPTION="The Blue Obelisk Data Repository listing element and isotope properties" -HOMEPAGE="https://sourceforge.net/projects/bodr" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~ppc-macos" -IUSE="" - -DEPEND="dev-libs/libxslt" -RDEPEND="" - -DOCS=( "THANKS" "AUTHORS" "README" "ChangeLog" ) - -src_prepare() { - sed -i -e "s/COPYING//g" Makefile.* || die -} - -src_configure() { - econf --docdir="${EPREFIX}"/usr/share/doc/${PF} -} |