summaryrefslogtreecommitdiff
path: root/sci-chemistry/easychem/easychem-0.6-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-10-27 22:23:02 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-10-27 22:23:02 +0100
commit651f415b41664a0fd7f9e83ac1425ba3670c9518 (patch)
tree6edbaa4a890ab8fdc5dd63ad94f2f0e5d25259b0 /sci-chemistry/easychem/easychem-0.6-r1.ebuild
parent3529f1bf2739399905cd55b27c7609459bfc069f (diff)
gentoo auto-resync : 27:10:2023 - 22:23:02
Diffstat (limited to 'sci-chemistry/easychem/easychem-0.6-r1.ebuild')
-rw-r--r--sci-chemistry/easychem/easychem-0.6-r1.ebuild46
1 files changed, 0 insertions, 46 deletions
diff --git a/sci-chemistry/easychem/easychem-0.6-r1.ebuild b/sci-chemistry/easychem/easychem-0.6-r1.ebuild
deleted file mode 100644
index eb2e161f20f4..000000000000
--- a/sci-chemistry/easychem/easychem-0.6-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="Chemical structure drawing program - focused on presentation"
-HOMEPAGE="http://easychem.sourceforge.net/"
-SRC_URI="mirror://sourceforge/easychem/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="
- app-text/ghostscript-gpl
- media-gfx/pstoedit
- x11-libs/gtk+:2
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- dev-lang/perl
- virtual/pkgconfig
-"
-
-PATCHES=(
- "${FILESDIR}"/${PV}-gentoo.patch
- "${FILESDIR}"/${PN}-0.6-clang16-fix.patch
-)
-
-src_prepare() {
- default
- tc-export CC
-}
-
-src_compile() {
- ln -s Makefile.linux Makefile || die
- DGS_PATH="${EPREFIX}"/usr/bin DPSTOEDIT_PATH="${EPREFIX}"/usr/bin \
- C_FLAGS="${CFLAGS}" emake -e
-}
-
-src_install() {
- dobin easychem
- dodoc TODO
-}