diff options
author | 2010-07-24 06:44:44 +0000 | |
---|---|---|
committer | 2010-07-24 06:44:44 +0000 | |
commit | 658d14a6f591f5bbab1d854afa6629e58dd88da8 (patch) | |
tree | 117d09822d80a69bcb733c93d72b317914e44cb3 /sci-electronics | |
parent | Add fix from upstream for running utils on an ntfs mount #329445 by Victor Ga... (diff) | |
download | gentoo-2-658d14a6f591f5bbab1d854afa6629e58dd88da8.tar.gz gentoo-2-658d14a6f591f5bbab1d854afa6629e58dd88da8.tar.bz2 gentoo-2-658d14a6f591f5bbab1d854afa6629e58dd88da8.zip |
removing old versions, which does not compile anymore (bug #193690)
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/oregano/ChangeLog | 6 | ||||
-rw-r--r-- | sci-electronics/oregano/files/oregano-0.60.0-install-icon.patch | 27 | ||||
-rw-r--r-- | sci-electronics/oregano/oregano-0.40.5.ebuild | 43 | ||||
-rw-r--r-- | sci-electronics/oregano/oregano-0.60.0.ebuild | 54 |
4 files changed, 5 insertions, 125 deletions
diff --git a/sci-electronics/oregano/ChangeLog b/sci-electronics/oregano/ChangeLog index 2b2fe662cb08..49d2b3caf1e8 100644 --- a/sci-electronics/oregano/ChangeLog +++ b/sci-electronics/oregano/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-electronics/oregano # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/oregano/ChangeLog,v 1.36 2010/07/20 15:42:44 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/oregano/ChangeLog,v 1.37 2010/07/24 06:44:44 tomjbe Exp $ + + 24 Jul 2010; Thomas Beierlein <tomjbe@gentoo.org> -oregano-0.40.5.ebuild, + -oregano-0.60.0.ebuild, -files/oregano-0.60.0-install-icon.patch: + removing old versions, which does not compile anymore (bug #193690) 20 Jul 2010; Jeroen Roovers <jer@gentoo.org> oregano-0.60.0.ebuild, oregano-0.69.0.ebuild: diff --git a/sci-electronics/oregano/files/oregano-0.60.0-install-icon.patch b/sci-electronics/oregano/files/oregano-0.60.0-install-icon.patch deleted file mode 100644 index f71ab4e1f606..000000000000 --- a/sci-electronics/oregano/files/oregano-0.60.0-install-icon.patch +++ /dev/null @@ -1,27 +0,0 @@ -Mon Oct 2 15:52:52 ART 2006 Ricardo Markiewicz <rmarkie@fi.uba.ar> - * Install missing icon. - Also, use the SVG version of the icon. -diff -rN -u old-oregano-stable/SConstruct new-oregano-stable/SConstruct ---- old-oregano-stable/SConstruct 2006-10-02 15:53:55.000000000 -0300 -+++ new-oregano-stable/SConstruct 2006-10-02 15:53:55.000000000 -0300 -@@ -115,8 +115,9 @@ - SConscript ('po/SConscript'); - - # Install Target # --CEnv.Alias ('install', CEnv.Command ('oregano.keys', 'oregano.keys.in', "sed 's/@icondir@/"+os.path.join (CEnv['PREFIX'], CEnv['DATADIR'],"mine-info").replace ("/", "\\/")+"/' < $SOURCE > $TARGET")) -+CEnv.Alias ('install', CEnv.Command ('oregano.keys', 'oregano.keys.in', "sed 's/@icondir@/"+os.path.join (CEnv['DATADIR'], "pixmaps").replace ("/", "\\/")+"/' < $SOURCE > $TARGET")) - CEnv.Alias ('install', CEnv.Command ('oregano.xml', 'oregano.xml.in', "cp $SOURCE $TARGET")) -+CEnv.Alias ('install', CEnv.Install (os.path.join (CEnv['INSTALL_DIR'], 'share/pixmaps'), Split('gnome-oregano.svg'))) - 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'))) -diff -rN -u old-oregano-stable/oregano.keys.in new-oregano-stable/oregano.keys.in ---- old-oregano-stable/oregano.keys.in 2006-10-02 15:53:55.000000000 -0300 -+++ new-oregano-stable/oregano.keys.in 2006-10-02 15:53:55.000000000 -0300 -@@ -1,4 +1,4 @@ - application/x-oregano: - open=oregano %f - view=oregano %f -- icon-filename=@icondir@/gnome-oregano.png -+ icon-filename=@icondir@/gnome-oregano.svg - diff --git a/sci-electronics/oregano/oregano-0.40.5.ebuild b/sci-electronics/oregano/oregano-0.40.5.ebuild deleted file mode 100644 index c0699fdb333d..000000000000 --- a/sci-electronics/oregano/oregano-0.40.5.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/oregano/oregano-0.40.5.ebuild,v 1.7 2008/04/21 14:38:09 calchan Exp $ - -inherit eutils - -DESCRIPTION="Oregano is an application for schematic capture and simulation of electrical circuits." -SRC_URI="http://gforge.lug.fi.uba.ar/frs/download.php/64/${P}.tar.bz2" -HOMEPAGE="http://oregano.gforge.lug.fi.uba.ar/" -SLOT="0" -KEYWORDS="amd64 ppc sparc x86" -LICENSE="GPL-2" -IUSE="" - -RDEPEND=">=dev-libs/libxml2-2.6.20 - >=app-text/scrollkeeper-0.3.14 - >=x11-libs/gtk+-2.8 - >=gnome-base/libglade-2.4 - >=gnome-base/libgnome-2.10 - >=gnome-base/libgnomeui-2.10 - >=gnome-base/libgnomecanvas-2.10 - >=gnome-base/libgnomeprint-2.10 - >=gnome-base/libgnomeprintui-2.10 - >=x11-libs/cairo-1.0.0 - =x11-libs/gtksourceview-1*" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_compile() { - econf || die "econf failed" - emake || die "emake failed" -} - -src_install() { - einstall - dodoc AUTHORS ChangeLog INSTALL NEWS README -} - -pkg_postinst() { - elog "You'll need to emerge your prefered simulation backend" - elog "such as spice, ng-spice-rework or gnucap for simulation" - elog "to work." -} diff --git a/sci-electronics/oregano/oregano-0.60.0.ebuild b/sci-electronics/oregano/oregano-0.60.0.ebuild deleted file mode 100644 index e1ea466b6ddb..000000000000 --- a/sci-electronics/oregano/oregano-0.60.0.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/oregano/oregano-0.60.0.ebuild,v 1.9 2010/07/20 15:42:44 jer Exp $ - -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/84/${P}.tar.bz2" -HOMEPAGE="http://oregano.gforge.lug.fi.uba.ar/" -SLOT="0" -KEYWORDS="~amd64 ~ppc sparc ~x86" -LICENSE="GPL-2" -IUSE="" - -RDEPEND=">=dev-libs/libxml2-2.6.20 - >=app-text/scrollkeeper-0.3.14 - >=x11-libs/gtk+-2.8 - >=gnome-base/libglade-2.5 - >=gnome-base/libgnome-2.12 - >=gnome-base/libgnomeui-2.12 - >=gnome-base/libgnomecanvas-2.12 - >=gnome-base/libgnomeprint-2.12 - >=gnome-base/libgnomeprintui-2.12 - >=x11-libs/cairo-1.0.0 - =x11-libs/gtksourceview-1*" -DEPEND="${RDEPEND} - >=dev-util/scons-0.96.1 - dev-util/pkgconfig" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-dont-run-update-mime-database.patch - epatch "${FILESDIR}"/${P}-install-icon.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 ChangeLog INSTALL NEWS README -} - -pkg_postinst() { - fdo-mime_desktop_database_update - elog "You'll need to emerge your prefered simulation backend" - elog "such as spice, ng-spice-rework or gnucap for simulation" - elog "to work." -} |