summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-electronics/oregano/oregano-0.50.1.ebuild')
-rw-r--r--sci-electronics/oregano/oregano-0.50.1.ebuild55
1 files changed, 0 insertions, 55 deletions
diff --git a/sci-electronics/oregano/oregano-0.50.1.ebuild b/sci-electronics/oregano/oregano-0.50.1.ebuild
deleted file mode 100644
index 63c67d6fc166..000000000000
--- a/sci-electronics/oregano/oregano-0.50.1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/oregano/oregano-0.50.1.ebuild,v 1.1 2006/07/26 13:59:55 gustavoz 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/82/${P}.tar.gz"
-HOMEPAGE="http://oregano.gforge.lug.fi.uba.ar/"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-LICENSE="GPL-2"
-IUSE=""
-
-DEPEND=">=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.2
- >=dev-util/scons-0.96.1"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${P}-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 COPYING ChangeLog INSTALL NEWS README
-}
-
-pkg_postinst() {
- fdo-mime_desktop_database_update
- einfo
- einfo "You'll need to emerge your prefered simulation backend"
- einfo "such as spice, ng-spice-rework or gnucap for simulation"
- einfo "to work."
- einfo
- ebeep 5
- epause 3
-}