diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-21 21:23:55 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-21 21:23:55 +0100 |
commit | 2373e41629b94a7b9cc212737e0af0caffb52dbc (patch) | |
tree | e43285104c319c750ca4c4c91cab75c3b0beb00a /sci-chemistry | |
parent | sci-chemistry/ghemical: Remove last-rited pkg (diff) | |
download | gentoo-2373e41629b94a7b9cc212737e0af0caffb52dbc.tar.gz gentoo-2373e41629b94a7b9cc212737e0af0caffb52dbc.tar.bz2 gentoo-2373e41629b94a7b9cc212737e0af0caffb52dbc.zip |
sci-chemistry/gabedit: Remove last-rited pkg
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/gabedit/Manifest | 3 | ||||
-rw-r--r-- | sci-chemistry/gabedit/files/CONFIG.Gentoo | 14 | ||||
-rw-r--r-- | sci-chemistry/gabedit/gabedit-2.4.6.ebuild | 67 | ||||
-rw-r--r-- | sci-chemistry/gabedit/gabedit-2.4.7.ebuild | 67 | ||||
-rw-r--r-- | sci-chemistry/gabedit/gabedit-2.4.8.ebuild | 67 | ||||
-rw-r--r-- | sci-chemistry/gabedit/metadata.xml | 11 |
6 files changed, 0 insertions, 229 deletions
diff --git a/sci-chemistry/gabedit/Manifest b/sci-chemistry/gabedit/Manifest deleted file mode 100644 index b606c3978983..000000000000 --- a/sci-chemistry/gabedit/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST GabeditSrc246.tar.gz 1964406 BLAKE2B 1d8bfef73b29f4a28883c3b2bc978531e7c3801594d7babb93136e995d621c89a2f63dcde30bf8d7d27c26a3251f1375591ff744c119d7723e80b9abe4d6d75e SHA512 fbd92ff532ce21e97dcc2d012927fb0d19f4634956e88122a8e9a41e9484592ede455c3a88670cbd1c6387a4d0916425f897d2ade1957ebf4b25b89c7365a076 -DIST GabeditSrc247.tar.gz 1990187 BLAKE2B e287bc31fe2ee9328df1c1cfd11b77a0f6de09152b63f01d5b7fd75cd75fdac4944fe67abfabf354129992af8277734a675f541b17485702caa33d563c97d030 SHA512 a562dd650f9dc90a3c28a6d6b45212dc1d945548c9021f84e25a96022e67f95309030ded30bc20c052526783d0613f328830c640955822237828fcbac6d91b95 -DIST GabeditSrc248.tar.gz 1992373 BLAKE2B 79ef2f7711282a6c571770e8e5f4a70ebc72b0e310f72434fa34759e16fc9ff375466ed1590615132adfccee0d80c710efebd7df34aaf0192f44610dc7ffba8f SHA512 d06b54693c4887e3cecb6bb20b98307db8aeb7f32ff87b85af536a4034f2d6af04f30809c04e29ed6fb4744e6290dcd276c9f85b2940daa71a595f6bd5f154da diff --git a/sci-chemistry/gabedit/files/CONFIG.Gentoo b/sci-chemistry/gabedit/files/CONFIG.Gentoo deleted file mode 100644 index 9cf387c752eb..000000000000 --- a/sci-chemistry/gabedit/files/CONFIG.Gentoo +++ /dev/null @@ -1,14 +0,0 @@ -GTKLIB = `pkg-config --libs gtk+-2.0 gtkglext-1.0` -GTKCFLAGS = `pkg-config --cflags gtk+-2.0 gtkglext-1.0` -OGLLIB = `pkg-config --libs glu` -OGLCFLAGS = `pkg-config --cflags glu` -X11LIB = `pkg-config --libs x11` -LIBPTHREAD = -lpthread -RM = rm -f -MAKE = make -MKDIR = mkdir -p -WIN32LIB = - -#DRAWGEOMGL= -DRAWGEOMGL=-DDRAWGEOMGL - diff --git a/sci-chemistry/gabedit/gabedit-2.4.6.ebuild b/sci-chemistry/gabedit/gabedit-2.4.6.ebuild deleted file mode 100644 index 59be69442ad2..000000000000 --- a/sci-chemistry/gabedit/gabedit-2.4.6.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils toolchain-funcs versionator - -MY_PN=${PN/g/G} -MY_PV=$(delete_all_version_separators) -MY_P="${MY_PN}Src${MY_PV}" - -DESCRIPTION="GUI for computational chemistry packages" -HOMEPAGE="http://gabedit.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="openmp" - -RDEPEND=" - dev-libs/glib:2 - x11-libs/cairo - x11-libs/gdk-pixbuf:2 - x11-libs/gtk+:2 - x11-libs/gtkglext - x11-libs/gl2ps - x11-libs/pango - virtual/opengl - virtual/glu" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - sed -i "/rmdir tmp/d" "${S}"/Makefile || die - sed \ - -e "/GTK_DISABLE_DEPRECATED/s:define:undef:g" \ - -i "${S}/Config.h" || die - sed -e 's:-g::g' -i Makefile || die - cp "${FILESDIR}"/CONFIG.Gentoo "${S}"/CONFIG - - if use openmp && tc-has-openmp; then - cat <<- EOF >> "${S}/CONFIG" - OMPLIB=-fopenmp - OMPCFLAGS=-DENABLE_OMP -fopenmp - EOF - fi - echo "COMMONCFLAGS = ${CFLAGS} -DENABLE_DEPRECATED \$(OMPCFLAGS) \$(DRAWGEOMGL)" >> CONFIG - - tc-export CC -} - -src_compile() { - emake clean - emake external_gl2ps=1 -} - -src_install() { - local size - dobin ${PN} - dodoc ChangeLog - for size in 16 24 32 48; do - doicon -s ${size} icons/Gabedit${size}.* - done -} diff --git a/sci-chemistry/gabedit/gabedit-2.4.7.ebuild b/sci-chemistry/gabedit/gabedit-2.4.7.ebuild deleted file mode 100644 index 755e1928327a..000000000000 --- a/sci-chemistry/gabedit/gabedit-2.4.7.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils toolchain-funcs versionator - -MY_PN=${PN/g/G} -MY_PV=$(delete_all_version_separators) -MY_P="${MY_PN}Src${MY_PV}" - -DESCRIPTION="GUI for computational chemistry packages" -HOMEPAGE="http://gabedit.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="openmp" - -RDEPEND=" - dev-libs/glib:2 - x11-libs/cairo - x11-libs/gdk-pixbuf:2 - x11-libs/gtk+:2 - x11-libs/gtkglext - x11-libs/gl2ps - x11-libs/pango - virtual/opengl - virtual/glu" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - sed -i "/rmdir tmp/d" "${S}"/Makefile || die - sed \ - -e "/GTK_DISABLE_DEPRECATED/s:define:undef:g" \ - -i "${S}/Config.h" || die - sed -e 's:-g::g' -i Makefile || die - cp "${FILESDIR}"/CONFIG.Gentoo "${S}"/CONFIG - - if use openmp && tc-has-openmp; then - cat <<- EOF >> "${S}/CONFIG" - OMPLIB=-fopenmp - OMPCFLAGS=-DENABLE_OMP -fopenmp - EOF - fi - echo "COMMONCFLAGS = ${CFLAGS} -DENABLE_DEPRECATED \$(OMPCFLAGS) \$(DRAWGEOMGL)" >> CONFIG - - tc-export CC -} - -src_compile() { - emake clean - emake external_gl2ps=1 -} - -src_install() { - local size - dobin ${PN} - dodoc ChangeLog - for size in 16 24 32 48; do - doicon -s ${size} icons/Gabedit${size}.* - done -} diff --git a/sci-chemistry/gabedit/gabedit-2.4.8.ebuild b/sci-chemistry/gabedit/gabedit-2.4.8.ebuild deleted file mode 100644 index 54436b2cabba..000000000000 --- a/sci-chemistry/gabedit/gabedit-2.4.8.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils toolchain-funcs versionator - -MY_PN=${PN/g/G} -MY_PV=$(delete_all_version_separators) -MY_P="${MY_PN}Src${MY_PV}" - -DESCRIPTION="GUI for computational chemistry packages" -HOMEPAGE="http://gabedit.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="openmp" - -RDEPEND=" - dev-libs/glib:2 - x11-libs/cairo - x11-libs/gdk-pixbuf:2 - x11-libs/gtk+:2 - x11-libs/gtkglext - x11-libs/gl2ps - x11-libs/pango - virtual/opengl - virtual/glu" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - sed -i "/rmdir tmp/d" "${S}"/Makefile || die - sed \ - -e "/GTK_DISABLE_DEPRECATED/s:define:undef:g" \ - -i "${S}/Config.h" || die - sed -e 's:-g::g' -i Makefile || die - cp "${FILESDIR}"/CONFIG.Gentoo "${S}"/CONFIG - - if use openmp && tc-has-openmp; then - cat <<- EOF >> "${S}/CONFIG" - OMPLIB=-fopenmp - OMPCFLAGS=-DENABLE_OMP -fopenmp - EOF - fi - echo "COMMONCFLAGS = ${CFLAGS} -DENABLE_DEPRECATED \$(OMPCFLAGS) \$(DRAWGEOMGL)" >> CONFIG - - tc-export CC -} - -src_compile() { - emake clean - emake external_gl2ps=1 -} - -src_install() { - local size - dobin ${PN} - dodoc ChangeLog - for size in 16 24 32 48; do - doicon -s ${size} icons/Gabedit${size}.* - done -} diff --git a/sci-chemistry/gabedit/metadata.xml b/sci-chemistry/gabedit/metadata.xml deleted file mode 100644 index 958aa61e8b1c..000000000000 --- a/sci-chemistry/gabedit/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>sci-chemistry@gentoo.org</email> - <name>Gentoo Chemistry Project</name> - </maintainer> - <upstream> - <remote-id type="sourceforge">gabedit</remote-id> - </upstream> -</pkgmetadata> |