diff options
author | Thomas Beierlein <tomjbe@gentoo.org> | 2013-10-20 10:26:50 +0000 |
---|---|---|
committer | Thomas Beierlein <tomjbe@gentoo.org> | 2013-10-20 10:26:50 +0000 |
commit | 81f8a3e1badf17a465b6cdb8becd5f5d58f53bfb (patch) | |
tree | a3bcccfd61aa0c549065a7d28a2646ae4571af61 /sci-electronics | |
parent | version bump (diff) | |
download | gentoo-2-81f8a3e1badf17a465b6cdb8becd5f5d58f53bfb.tar.gz gentoo-2-81f8a3e1badf17a465b6cdb8becd5f5d58f53bfb.tar.bz2 gentoo-2-81f8a3e1badf17a465b6cdb8becd5f5d58f53bfb.zip |
Version bump (bug #488600). Thanks Branko. Drop old
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x762053D5)
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/geda/ChangeLog | 8 | ||||
-rw-r--r-- | sci-electronics/geda/files/geda-1.6.2-correct_glib_include.patch | 16 | ||||
-rw-r--r-- | sci-electronics/geda/geda-1.8.2.ebuild (renamed from sci-electronics/geda/geda-1.6.2.ebuild) | 13 |
3 files changed, 13 insertions, 24 deletions
diff --git a/sci-electronics/geda/ChangeLog b/sci-electronics/geda/ChangeLog index d8e4f0665a28..d7b729b189e8 100644 --- a/sci-electronics/geda/ChangeLog +++ b/sci-electronics/geda/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-electronics/geda # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/geda/ChangeLog,v 1.80 2013/03/13 10:58:32 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/geda/ChangeLog,v 1.81 2013/10/20 10:26:50 tomjbe Exp $ + +*geda-1.8.2 (20 Oct 2013) + + 20 Oct 2013; Thomas Beierlein <tomjbe@gentoo.org> -geda-1.6.2.ebuild, + +geda-1.8.2.ebuild, -files/geda-1.6.2-correct_glib_include.patch: + Version bump (bug #488600). Thanks Branko. Drop old 13 Mar 2013; Agostino Sarubbo <ago@gentoo.org> geda-1.8.1.ebuild: Stable for ppc, wrt bug #461560 diff --git a/sci-electronics/geda/files/geda-1.6.2-correct_glib_include.patch b/sci-electronics/geda/files/geda-1.6.2-correct_glib_include.patch deleted file mode 100644 index 2e77b7d4bc2b..000000000000 --- a/sci-electronics/geda/files/geda-1.6.2-correct_glib_include.patch +++ /dev/null @@ -1,16 +0,0 @@ -http://pkgs.fedoraproject.org/gitweb/?p=geda-gaf.git;a=blob_plain;f=libgeda-references-to-glib-headers-other-than-glib-h.patch;hb=HEAD -http://bugs.gentoo.org/395795 - ---- libgeda/src/s_path.c -+++ libgeda/src/s_path.c -@@ -37,9 +37,7 @@ - #include <stdlib.h> - #include <string.h> - --#include <glib/gmem.h> --#include <glib/gmessages.h> --#include <glib/gtypes.h> -+#include <glib.h> - - #include "libgeda_priv.h" - diff --git a/sci-electronics/geda/geda-1.6.2.ebuild b/sci-electronics/geda/geda-1.8.2.ebuild index 2b7b318c5890..d106a961ab59 100644 --- a/sci-electronics/geda/geda-1.6.2.ebuild +++ b/sci-electronics/geda/geda-1.8.2.ebuild @@ -1,19 +1,20 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/geda/geda-1.6.2.ebuild,v 1.9 2012/05/04 07:10:20 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/geda/geda-1.8.2.ebuild,v 1.1 2013/10/20 10:26:50 tomjbe Exp $ EAPI=4 inherit eutils fdo-mime gnome2-utils versionator -MY_P=${PN}-gaf-${PV} +MY_PN=${PN}-gaf +MY_P=${MY_PN}-${PV} DESCRIPTION="GPL Electronic Design Automation (gEDA):gaf core package" HOMEPAGE="http://www.gpleda.org/" -SRC_URI="http://geda.seul.org/release/v$(get_version_component_range 1-2)/${PV}/${MY_P}.tar.gz" +SRC_URI="http://ftp.geda-project.org/${MY_PN}/stable/v$(get_version_component_range 1-2)/${PV}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="debug doc examples nls stroke threads" CDEPEND=" @@ -39,8 +40,6 @@ S=${WORKDIR}/${MY_P} DOCS="AUTHORS NEWS README" src_prepare() { - epatch "${FILESDIR}"/${P}-correct_glib_include.patch - if ! use doc ; then sed -i -e '/^SUBDIRS = /s/docs//' Makefile.in || die fi |