diff options
author | Thomas Beierlein <tomjbe@gentoo.org> | 2011-08-02 16:23:28 +0000 |
---|---|---|
committer | Thomas Beierlein <tomjbe@gentoo.org> | 2011-08-02 16:23:28 +0000 |
commit | 1cf4fdb586cd3058ea3f62fdcb4b5cad6a356f35 (patch) | |
tree | e543b9a0d5ba2e2323b3bcada92c275891156a99 | |
parent | Stable on amd64 wrt bug #375503 (diff) | |
download | gentoo-2-1cf4fdb586cd3058ea3f62fdcb4b5cad6a356f35.tar.gz gentoo-2-1cf4fdb586cd3058ea3f62fdcb4b5cad6a356f35.tar.bz2 gentoo-2-1cf4fdb586cd3058ea3f62fdcb4b5cad6a356f35.zip |
remove oregano-0.69.0 (pending 22 Jul 2011), see #354241 for reference
(Portage version: 2.1.10.9/cvs/Linux x86_64)
5 files changed, 7 insertions, 131 deletions
diff --git a/sci-electronics/oregano/ChangeLog b/sci-electronics/oregano/ChangeLog index e590a911a8b8..693fd1eb8754 100644 --- a/sci-electronics/oregano/ChangeLog +++ b/sci-electronics/oregano/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-electronics/oregano # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/oregano/ChangeLog,v 1.50 2011/07/15 23:46:09 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/oregano/ChangeLog,v 1.51 2011/08/02 16:23:27 tomjbe Exp $ + + 02 Aug 2011; Thomas Beierlein <tomjbe@gentoo.org> + -files/oregano-0.60.0-dont-run-update-mime-database.patch, + -oregano-0.69.0.ebuild, -oregano-0.69.0-r1.ebuild, + -files/oregano-0.69.0-ldflags.diff: + remove oregano-0.69.0 (pending 22 Jul 2011), see #354241 for reference 15 Jul 2011; Denis Dupeyron <calchan@gentoo.org> oregano-0.69.0.ebuild, oregano-0.69.0-r1.ebuild, oregano-0.69.1.ebuild, oregano-0.69.1-r1.ebuild: diff --git a/sci-electronics/oregano/files/oregano-0.60.0-dont-run-update-mime-database.patch b/sci-electronics/oregano/files/oregano-0.60.0-dont-run-update-mime-database.patch deleted file mode 100644 index 4fb2b6536dde..000000000000 --- a/sci-electronics/oregano/files/oregano-0.60.0-dont-run-update-mime-database.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -Nura oregano-0.60.0/SConstruct oregano-0.60.0-nomime/SConstruct ---- oregano-0.60.0/SConstruct 2006-09-30 01:47:23.000000000 -0300 -+++ oregano-0.60.0-nomime/SConstruct 2006-10-05 16:02:50.000000000 -0300 -@@ -120,7 +120,3 @@ - CEnv.Alias ('install', CEnv.Install (os.path.join (CEnv['INSTALL_DIR'], 'share/mime/packages'), Split('oregano.xml'))) - CEnv.Alias ('install', CEnv.Install (os.path.join (CEnv['INSTALL_DIR'], 'share/mime-info'), Split('oregano.mime oregano.keys'))) - CEnv.Alias ('install', CEnv.Install (os.path.join (CEnv['INSTALL_DIR'], 'share/applications'), Split('oregano.desktop'))) -- --# Update mime database # --if CEnv['RunUpdateMimeDatabase'] and ('install' in COMMAND_LINE_TARGETS): -- CEnv.Alias ('install', CEnv.Command ('update-mime-database', 'oregano.xml', "update-mime-database "+os.path.join (CEnv['INSTALL_DIR'], 'share/mime'))) diff --git a/sci-electronics/oregano/files/oregano-0.69.0-ldflags.diff b/sci-electronics/oregano/files/oregano-0.69.0-ldflags.diff deleted file mode 100644 index dc4bac4b12cc..000000000000 --- a/sci-electronics/oregano/files/oregano-0.69.0-ldflags.diff +++ /dev/null @@ -1,12 +0,0 @@ ---- SConstruct.old 2010-08-22 09:15:34.000000000 +0000 -+++ SConstruct 2010-08-22 09:18:54.000000000 +0000 -@@ -80,6 +80,9 @@ - if CEnv['Debug']: - CEnv.Append (CCFLAGS = Split ('-g')); - -+if 'LDFLAGS' in os.environ: -+ CEnv.Append(LINKFLAGS = os.environ['LDFLAGS']) -+ - # Check dependencies # - if not CEnv.GetOption ('clean'): - Cconf = Configure (CEnv, custom_tests = {'CheckPkg' : CheckPkg }) diff --git a/sci-electronics/oregano/oregano-0.69.0-r1.ebuild b/sci-electronics/oregano/oregano-0.69.0-r1.ebuild deleted file mode 100644 index 678e3292ef08..000000000000 --- a/sci-electronics/oregano/oregano-0.69.0-r1.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/oregano/oregano-0.69.0-r1.ebuild,v 1.4 2011/07/15 23:43:29 calchan Exp $ - -EAPI="1" -inherit eutils fdo-mime - -DESCRIPTION="Oregano is an application for schematic capture and simulation of electrical circuits." -SRC_URI="http://gforge.lug.fi.uba.ar/frs/download.php/86/${P}.tar.gz" -HOMEPAGE="http://oregano.gforge.lug.fi.uba.ar/" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -LICENSE="GPL-2" -IUSE="" - -RDEPEND=" - dev-libs/libxml2:2 - x11-libs/gtk+:2 - gnome-base/libglade:2.0 - gnome-base/libgnome - >=gnome-base/libgnomeui-2.12 - >=gnome-base/libgnomecanvas-2.12 - gnome-base/libgnomeprint:2.2 - >=x11-libs/cairo-1.2 - x11-libs/gtksourceview:1.0" -DEPEND="${RDEPEND} - >=dev-util/scons-0.96.1 - dev-util/pkgconfig" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${PN}-0.60.0-dont-run-update-mime-database.patch \ - "${FILESDIR}"/${P}-ldflags.diff -} - -src_compile() { - scons --cache-disable \ - PREFIX=/usr \ - || die "scons make failed" -} - -src_install() { - scons --cache-disable DESTDIR="${D}" PREFIX=/usr install \ - || die "scons install failed" - dodoc AUTHORS INSTALL NEWS README -} - -pkg_postinst() { - fdo-mime_desktop_database_update - elog "You'll need to emerge your prefered simulation backend" - elog "such as spice, ngspice or gnucap for simulation" - elog "to work." -} diff --git a/sci-electronics/oregano/oregano-0.69.0.ebuild b/sci-electronics/oregano/oregano-0.69.0.ebuild deleted file mode 100644 index 54037785c59f..000000000000 --- a/sci-electronics/oregano/oregano-0.69.0.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/oregano/oregano-0.69.0.ebuild,v 1.9 2011/07/15 23:43:29 calchan Exp $ - -EAPI="1" -inherit eutils fdo-mime - -DESCRIPTION="Oregano is an application for schematic capture and simulation of electrical circuits." -SRC_URI="http://gforge.lug.fi.uba.ar/frs/download.php/86/${P}.tar.gz" -HOMEPAGE="http://oregano.gforge.lug.fi.uba.ar/" -SLOT="0" -KEYWORDS="amd64 ppc x86" -LICENSE="GPL-2" -IUSE="" - -RDEPEND=" - dev-libs/libxml2:2 - x11-libs/gtk+:2 - gnome-base/libglade:2.0 - gnome-base/libgnome - >=gnome-base/libgnomeui-2.12 - >=gnome-base/libgnomecanvas-2.12 - gnome-base/libgnomeprint:2.2 - >=x11-libs/cairo-1.2 - x11-libs/gtksourceview:1.0" -DEPEND="${RDEPEND} - >=dev-util/scons-0.96.1 - dev-util/pkgconfig" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${PN}-0.60.0-dont-run-update-mime-database.patch -} - -src_compile() { - scons --cache-disable \ - PREFIX=/usr \ - || die "scons make failed" -} - -src_install() { - scons --cache-disable DESTDIR="${D}" PREFIX=/usr install \ - || die "scons install failed" - dodoc AUTHORS INSTALL NEWS README -} - -pkg_postinst() { - fdo-mime_desktop_database_update - elog "You'll need to emerge your prefered simulation backend" - elog "such as spice, ngspice or gnucap for simulation" - elog "to work." -} |