summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Yamin <plasmaroo@gentoo.org>2005-03-13 16:57:58 +0000
committerTim Yamin <plasmaroo@gentoo.org>2005-03-13 16:57:58 +0000
commit79b01343192fb6a17cc2a74494ec65a18b98947c (patch)
tree777e3c6a97cd056e429340968e2004f411e7c0ce /sci-electronics
parentFixed pidfile location in initscript. (diff)
downloadgentoo-2-79b01343192fb6a17cc2a74494ec65a18b98947c.tar.gz
gentoo-2-79b01343192fb6a17cc2a74494ec65a18b98947c.tar.bz2
gentoo-2-79b01343192fb6a17cc2a74494ec65a18b98947c.zip
Version bump; bug #83007.
(Portage version: 2.0.51.19)
Diffstat (limited to 'sci-electronics')
-rw-r--r--sci-electronics/gerbv/ChangeLog8
-rw-r--r--sci-electronics/gerbv/files/digest-gerbv-1.0.01
-rw-r--r--sci-electronics/gerbv/files/digest-gerbv-1.0.11
-rw-r--r--sci-electronics/gerbv/gerbv-1.0.1.ebuild (renamed from sci-electronics/gerbv/gerbv-1.0.0.ebuild)4
4 files changed, 10 insertions, 4 deletions
diff --git a/sci-electronics/gerbv/ChangeLog b/sci-electronics/gerbv/ChangeLog
index fc7df41dbae5..3974b40d1fc8 100644
--- a/sci-electronics/gerbv/ChangeLog
+++ b/sci-electronics/gerbv/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sci-electronics/gerbv
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/ChangeLog,v 1.4 2005/02/17 23:29:03 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/ChangeLog,v 1.5 2005/03/13 16:57:58 plasmaroo Exp $
+
+*gerbv-1.0.1 (13 Mar 2005)
+
+ 13 Mar 2005; <plasmaroo@gentoo.org> -gerbv-1.0.0.ebuild,
+ +gerbv-1.0.1.ebuild:
+ Version bump; bug #83007.
18 Feb 2005; Michael Hanselmann <hansmi@gentoo.org> gerbv-1.0.0.ebuild:
Added to ~ppc.
diff --git a/sci-electronics/gerbv/files/digest-gerbv-1.0.0 b/sci-electronics/gerbv/files/digest-gerbv-1.0.0
deleted file mode 100644
index 9c243669992b..000000000000
--- a/sci-electronics/gerbv/files/digest-gerbv-1.0.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 20a9e90c7045e7590a462cd9ef76f408 gerbv-1.0.0.tar.gz 1033785
diff --git a/sci-electronics/gerbv/files/digest-gerbv-1.0.1 b/sci-electronics/gerbv/files/digest-gerbv-1.0.1
new file mode 100644
index 000000000000..5d895c82bb2e
--- /dev/null
+++ b/sci-electronics/gerbv/files/digest-gerbv-1.0.1
@@ -0,0 +1 @@
+MD5 e259ecec8b65b532a09b7c4ba31c8a08 gerbv-1.0.1.tar.gz 1033739
diff --git a/sci-electronics/gerbv/gerbv-1.0.0.ebuild b/sci-electronics/gerbv/gerbv-1.0.1.ebuild
index 96c9f5d7f2f7..511a3007a213 100644
--- a/sci-electronics/gerbv/gerbv-1.0.0.ebuild
+++ b/sci-electronics/gerbv/gerbv-1.0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/gerbv-1.0.0.ebuild,v 1.2 2005/02/17 23:29:03 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/gerbv-1.0.1.ebuild,v 1.1 2005/03/13 16:57:58 plasmaroo Exp $
inherit eutils
@@ -23,7 +23,7 @@ src_compile() {
local confOptions
use gtk2 && confOptions='--enable-gtk2'
- use gtk2 && use xinerama && epatch ${FILESDIR}/${P}-Xinerama.patch
+ use gtk2 && use xinerama && epatch ${FILESDIR}/${PN}-1.0.0-Xinerama.patch
use png || confOptions="$confOptions --disable-exportpng"
econf $confOptions || die