summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavoz@gentoo.org>2006-02-20 18:03:09 +0000
committerGustavo Zacarias <gustavoz@gentoo.org>2006-02-20 18:03:09 +0000
commit5fe10653dfc103f70ad8fb9075efc6e07d3fbda3 (patch)
tree22f7ff7ff1e8e24c8bd8294237bd9b706dbe64fe /sci-electronics/oregano
parentStable on alpha wrt bug #123345 (diff)
downloadgentoo-2-5fe10653dfc103f70ad8fb9075efc6e07d3fbda3.tar.gz
gentoo-2-5fe10653dfc103f70ad8fb9075efc6e07d3fbda3.tar.bz2
gentoo-2-5fe10653dfc103f70ad8fb9075efc6e07d3fbda3.zip
Cleanup old
(Portage version: 2.0.54)
Diffstat (limited to 'sci-electronics/oregano')
-rw-r--r--sci-electronics/oregano/ChangeLog6
-rw-r--r--sci-electronics/oregano/files/digest-oregano-0.40.31
-rw-r--r--sci-electronics/oregano/oregano-0.40.3.ebuild54
3 files changed, 5 insertions, 56 deletions
diff --git a/sci-electronics/oregano/ChangeLog b/sci-electronics/oregano/ChangeLog
index dadeca2c2d6c..7e31b8a734ce 100644
--- a/sci-electronics/oregano/ChangeLog
+++ b/sci-electronics/oregano/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-electronics/oregano
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/oregano/ChangeLog,v 1.17 2006/01/13 01:26:06 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/oregano/ChangeLog,v 1.18 2006/02/20 18:03:09 gustavoz Exp $
+
+ 20 Feb 2006; Gustavo Zacarias <gustavoz@gentoo.org>
+ -oregano-0.40.3.ebuild:
+ Cleanup old
13 Jan 2006; Gustavo Zacarias <gustavoz@gentoo.org>
-oregano-0.23-r1.ebuild:
diff --git a/sci-electronics/oregano/files/digest-oregano-0.40.3 b/sci-electronics/oregano/files/digest-oregano-0.40.3
deleted file mode 100644
index 77dd8f8843e5..000000000000
--- a/sci-electronics/oregano/files/digest-oregano-0.40.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 91fde83b01d59eaf0d4beb4d0d5631ef oregano-0.40.3.tar.bz2 799668
diff --git a/sci-electronics/oregano/oregano-0.40.3.ebuild b/sci-electronics/oregano/oregano-0.40.3.ebuild
deleted file mode 100644
index 51f4ea5773c3..000000000000
--- a/sci-electronics/oregano/oregano-0.40.3.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/oregano/oregano-0.40.3.ebuild,v 1.5 2005/05/30 14:18:49 gustavoz 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/56/${P}.tar.bz2"
-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.0
- >=app-text/scrollkeeper-0.3.14
- >=x11-libs/gtk+-2.4
- >=gnome-base/libglade-2.4
- >=gnome-base/libgnome-2.4
- >=gnome-base/libgnomeui-2.4
- >=gnome-base/libgnomecanvas-2.4
- >=gnome-base/libgnomeprint-2.4
- >=gnome-base/libgnomeprintui-2.4
- ~x11-libs/cairo-0.1.23
- >=x11-libs/gtksourceview-1.0"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- # Gnome 2.10 fix
- sed -i -e "s/-DGNOME_DISABLE_DEPRECATED=1//" \
- src/Makefile.in
-}
-
-src_compile() {
- econf || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- einstall
- dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README
-}
-
-pkg_postinst() {
- 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
-}