diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-09-18 11:37:59 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-09-18 11:37:59 +0000 |
commit | 17b4993b50bfbf18560e264ce0f669d719ab9a97 (patch) | |
tree | 56a56005d8a1d634e3a791f41cb692035905f7fa /sci-chemistry/gabedit | |
parent | Drop obsolete python_mod_* functions call (diff) | |
download | gentoo-2-17b4993b50bfbf18560e264ce0f669d719ab9a97.tar.gz gentoo-2-17b4993b50bfbf18560e264ce0f669d719ab9a97.tar.bz2 gentoo-2-17b4993b50bfbf18560e264ce0f669d719ab9a97.zip |
sci-chemistry/gabedit: Drop old
(Portage version: 2.2.6/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sci-chemistry/gabedit')
-rw-r--r-- | sci-chemistry/gabedit/ChangeLog | 7 | ||||
-rw-r--r-- | sci-chemistry/gabedit/gabedit-2.3.6.ebuild | 64 | ||||
-rw-r--r-- | sci-chemistry/gabedit/gabedit-2.4.0.ebuild | 63 | ||||
-rw-r--r-- | sci-chemistry/gabedit/gabedit-2.4.2.ebuild | 66 | ||||
-rw-r--r-- | sci-chemistry/gabedit/gabedit-2.4.3.ebuild | 64 | ||||
-rw-r--r-- | sci-chemistry/gabedit/gabedit-2.4.5.ebuild | 69 |
6 files changed, 6 insertions, 327 deletions
diff --git a/sci-chemistry/gabedit/ChangeLog b/sci-chemistry/gabedit/ChangeLog index b435ac025f08..64d294af7288 100644 --- a/sci-chemistry/gabedit/ChangeLog +++ b/sci-chemistry/gabedit/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-chemistry/gabedit # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gabedit/ChangeLog,v 1.24 2013/09/14 10:03:51 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gabedit/ChangeLog,v 1.25 2013/09/18 11:37:59 jlec Exp $ + + 18 Sep 2013; Justin Lecher <jlec@gentoo.org> -gabedit-2.3.6.ebuild, + -gabedit-2.4.0.ebuild, -gabedit-2.4.2.ebuild, -gabedit-2.4.3.ebuild, + -gabedit-2.4.5.ebuild: + Drop old 14 Sep 2013; Agostino Sarubbo <ago@gentoo.org> gabedit-2.4.6.ebuild: Stable for x86, wrt bug #481632 diff --git a/sci-chemistry/gabedit/gabedit-2.3.6.ebuild b/sci-chemistry/gabedit/gabedit-2.3.6.ebuild deleted file mode 100644 index 5bd1b0b676ea..000000000000 --- a/sci-chemistry/gabedit/gabedit-2.3.6.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gabedit/gabedit-2.3.6.ebuild,v 1.8 2012/12/14 10:12:42 ulm Exp $ - -EAPI=2 - -inherit toolchain-funcs versionator multilib - -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}/GabeditDevloppment/${MY_PN}${MY_PV}/${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} - -pkg_setup() { - tc-export CC -} - -src_prepare() { - sed -i "/rmdir tmp/d" "${S}"/Makefile - 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=-L/usr/$(get_libdir) -lgomp - OMPCFLAGS=-DENABLE_OMP -fopenmp - EOF - fi - echo "COMMONCFLAGS = ${CFLAGS} -DENABLE_DEPRECATED \$(OMPCFLAGS) \$(DRAWGEOMGL)" >> CONFIG -} - -src_compile() { - emake external_gl2ps=1 || die "emake failed" -} - -src_install() { - dobin ${PN} || die - dodoc ChangeLog || die -} diff --git a/sci-chemistry/gabedit/gabedit-2.4.0.ebuild b/sci-chemistry/gabedit/gabedit-2.4.0.ebuild deleted file mode 100644 index 58fd7a36635b..000000000000 --- a/sci-chemistry/gabedit/gabedit-2.4.0.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gabedit/gabedit-2.4.0.ebuild,v 1.3 2012/12/14 10:12:42 ulm Exp $ - -EAPI=4 - -inherit 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() { - tc-export CC - sed -i "/rmdir tmp/d" "${S}"/Makefile - 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 -} - -src_compile() { - emake clean - emake external_gl2ps=1 -} - -src_install() { - dobin ${PN} - dodoc ChangeLog -} diff --git a/sci-chemistry/gabedit/gabedit-2.4.2.ebuild b/sci-chemistry/gabedit/gabedit-2.4.2.ebuild deleted file mode 100644 index 89802667314f..000000000000 --- a/sci-chemistry/gabedit/gabedit-2.4.2.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gabedit/gabedit-2.4.2.ebuild,v 1.4 2012/12/14 10:12:42 ulm Exp $ - -EAPI=4 - -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() { - epatch "${FILESDIR}"/${P}-gold.patch - - sed -i "/rmdir tmp/d" "${S}"/Makefile - 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() { - dobin ${PN} - dodoc ChangeLog -} diff --git a/sci-chemistry/gabedit/gabedit-2.4.3.ebuild b/sci-chemistry/gabedit/gabedit-2.4.3.ebuild deleted file mode 100644 index a13fd6ea5b59..000000000000 --- a/sci-chemistry/gabedit/gabedit-2.4.3.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gabedit/gabedit-2.4.3.ebuild,v 1.2 2012/12/14 10:12:42 ulm Exp $ - -EAPI=4 - -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 - 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() { - dobin ${PN} - dodoc ChangeLog -} diff --git a/sci-chemistry/gabedit/gabedit-2.4.5.ebuild b/sci-chemistry/gabedit/gabedit-2.4.5.ebuild deleted file mode 100644 index f21069d182b4..000000000000 --- a/sci-chemistry/gabedit/gabedit-2.4.5.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gabedit/gabedit-2.4.5.ebuild,v 1.2 2012/12/14 10:12:42 ulm Exp $ - -EAPI=4 - -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 - dohtml -r html/* - for size in 16 24 32 48; do - doicon -s ${size} icons/Gabedit${size}.* - done -} |