diff options
author | Thomas Beierlein <tomjbe@gentoo.org> | 2014-12-29 08:03:13 +0000 |
---|---|---|
committer | Thomas Beierlein <tomjbe@gentoo.org> | 2014-12-29 08:03:13 +0000 |
commit | cd05e7dab50167b0a38576f151efcb43bfd3bb42 (patch) | |
tree | 16a1ea7f2086e78d861bce4cdaa42f04f40f3a6a /sci-electronics | |
parent | Remove old (diff) | |
download | gentoo-2-cd05e7dab50167b0a38576f151efcb43bfd3bb42.tar.gz gentoo-2-cd05e7dab50167b0a38576f151efcb43bfd3bb42.tar.bz2 gentoo-2-cd05e7dab50167b0a38576f151efcb43bfd3bb42.zip |
Version bump. Remove old
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x762053D5)
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/xnec2c/ChangeLog | 8 | ||||
-rw-r--r-- | sci-electronics/xnec2c/files/xnec2c-1.4-fortify.patch | 11 | ||||
-rw-r--r-- | sci-electronics/xnec2c/xnec2c-3.1.ebuild (renamed from sci-electronics/xnec2c/xnec2c-2.9.ebuild) | 4 |
3 files changed, 9 insertions, 14 deletions
diff --git a/sci-electronics/xnec2c/ChangeLog b/sci-electronics/xnec2c/ChangeLog index ed9a5f2a3676..cbf5c36fab3c 100644 --- a/sci-electronics/xnec2c/ChangeLog +++ b/sci-electronics/xnec2c/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-electronics/xnec2c # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xnec2c/ChangeLog,v 1.21 2014/12/28 12:02:35 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xnec2c/ChangeLog,v 1.22 2014/12/29 08:03:13 tomjbe Exp $ + +*xnec2c-3.1 (29 Dec 2014) + + 29 Dec 2014; Thomas Beierlein <tomjbe@gentoo.org> -xnec2c-2.9.ebuild, + +xnec2c-3.1.ebuild, -files/xnec2c-1.4-fortify.patch: + Version bump. Remove old 28 Dec 2014; Agostino Sarubbo <ago@gentoo.org> xnec2c-3.0.ebuild: Stable for x86, wrt bug #531204 diff --git a/sci-electronics/xnec2c/files/xnec2c-1.4-fortify.patch b/sci-electronics/xnec2c/files/xnec2c-1.4-fortify.patch deleted file mode 100644 index 17df66d06f71..000000000000 --- a/sci-electronics/xnec2c/files/xnec2c-1.4-fortify.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src/draw_structure.c.orig 2010-09-27 15:29:42.000000000 +0000 -+++ src/draw_structure.c 2010-09-27 15:29:48.000000000 +0000 -@@ -792,7 +792,7 @@ - isFlagSet(DRAW_CHARGES) || - isFlagSet(DRAW_GAIN) ) - { -- char txt[8]; -+ char txt[9]; - - if( isFlagSet(ENABLE_RDPAT) && (calc_data.fstep >=0) ) - snprintf( txt, 8, "%7.2f", diff --git a/sci-electronics/xnec2c/xnec2c-2.9.ebuild b/sci-electronics/xnec2c/xnec2c-3.1.ebuild index 34f89701981b..b49cc4796773 100644 --- a/sci-electronics/xnec2c/xnec2c-2.9.ebuild +++ b/sci-electronics/xnec2c/xnec2c-3.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xnec2c/xnec2c-2.9.ebuild,v 1.2 2014/08/10 20:29:03 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xnec2c/xnec2c-3.1.ebuild,v 1.1 2014/12/29 08:03:13 tomjbe Exp $ -EAPI=4 +EAPI=5 inherit autotools eutils |