summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavoz@gentoo.org>2005-01-10 14:20:13 +0000
committerGustavo Zacarias <gustavoz@gentoo.org>2005-01-10 14:20:13 +0000
commit08fb996c1510515552c0107b9b3d44ea5511cad7 (patch)
tree3b1314a4c355819155dce0969e08ad5313fff132 /sci-electronics/oregano
parentuse the built_with_use func for detecintg X support in imlib2 (Manifest recom... (diff)
downloadgentoo-2-08fb996c1510515552c0107b9b3d44ea5511cad7.tar.gz
gentoo-2-08fb996c1510515552c0107b9b3d44ea5511cad7.tar.bz2
gentoo-2-08fb996c1510515552c0107b9b3d44ea5511cad7.zip
Removed 0.3.2 because it's deprecated and used bad versioning
Diffstat (limited to 'sci-electronics/oregano')
-rw-r--r--sci-electronics/oregano/ChangeLog5
-rw-r--r--sci-electronics/oregano/files/digest-oregano-0.3.21
-rw-r--r--sci-electronics/oregano/oregano-0.3.2.ebuild45
3 files changed, 4 insertions, 47 deletions
diff --git a/sci-electronics/oregano/ChangeLog b/sci-electronics/oregano/ChangeLog
index 6001a562c0d7..ac3ea8e1eaa2 100644
--- a/sci-electronics/oregano/ChangeLog
+++ b/sci-electronics/oregano/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-electronics/oregano
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/oregano/ChangeLog,v 1.3 2005/01/10 14:05:16 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/oregano/ChangeLog,v 1.4 2005/01/10 14:20:13 gustavoz Exp $
+
+ 10 Jan 2005; Gustavo Zacarias <gustavoz@gentoo.org> -oregano-0.3.2.ebuild:
+ Removed 0.3.2 because it's deprecated and used bad versioning
*oregano-0.40.1 (10 Jan 2005)
diff --git a/sci-electronics/oregano/files/digest-oregano-0.3.2 b/sci-electronics/oregano/files/digest-oregano-0.3.2
deleted file mode 100644
index 843f8d8d0f4d..000000000000
--- a/sci-electronics/oregano/files/digest-oregano-0.3.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 6ef7848130d0596b65c8b16db477a31d oregano-0.3.2.tar.gz 1077777
diff --git a/sci-electronics/oregano/oregano-0.3.2.ebuild b/sci-electronics/oregano/oregano-0.3.2.ebuild
deleted file mode 100644
index ceac66eae6d6..000000000000
--- a/sci-electronics/oregano/oregano-0.3.2.ebuild
+++ /dev/null
@@ -1,45 +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.3.2.ebuild,v 1.2 2005/01/10 14:05:16 gustavoz Exp $
-
-inherit eutils
-
-# Versioning will be fixed upstream in the next release
-
-DESCRIPTION="Oregano is an application for schematic capture and simulation of electrical circuits."
-SRC_URI="http://gforge.lug.fi.uba.ar/frs/download.php/40/${P}.tar.gz"
-HOMEPAGE="http://oregano.gforge.lug.fi.uba.ar/"
-SLOT="0"
-KEYWORDS="~x86 ~sparc"
-LICENSE="GPL-2"
-IUSE=""
-
-DEPEND=">=dev-libs/libxml2-2.6.0
- >=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/gtksourceview-1.0"
-
-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
-}