diff options
author | Slawek Lis <slis@gentoo.org> | 2013-10-28 09:15:14 +0000 |
---|---|---|
committer | Slawek Lis <slis@gentoo.org> | 2013-10-28 09:15:14 +0000 |
commit | 41a37240616c1362831f6cee57af5210133ca400 (patch) | |
tree | bb7b20f77e8f3508aa6ca9a527360e864fc36c13 /sci-misc | |
parent | Bump (diff) | |
download | gentoo-2-41a37240616c1362831f6cee57af5210133ca400.tar.gz gentoo-2-41a37240616c1362831f6cee57af5210133ca400.tar.bz2 gentoo-2-41a37240616c1362831f6cee57af5210133ca400.zip |
version bump, remove old
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x55265D89)
Diffstat (limited to 'sci-misc')
-rw-r--r-- | sci-misc/repsnapper/ChangeLog | 8 | ||||
-rw-r--r-- | sci-misc/repsnapper/files/typo.patch | 11 | ||||
-rw-r--r-- | sci-misc/repsnapper/repsnapper-2.3.0a_p3.ebuild (renamed from sci-misc/repsnapper/repsnapper-2.3.0.ebuild) | 3 |
3 files changed, 8 insertions, 14 deletions
diff --git a/sci-misc/repsnapper/ChangeLog b/sci-misc/repsnapper/ChangeLog index 36c45bd5bead..37abe1bf0253 100644 --- a/sci-misc/repsnapper/ChangeLog +++ b/sci-misc/repsnapper/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-misc/repsnapper # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/repsnapper/ChangeLog,v 1.5 2013/10/11 05:10:31 slis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/repsnapper/ChangeLog,v 1.6 2013/10/28 09:15:14 slis Exp $ + +*repsnapper-2.3.0a_p3 (28 Oct 2013) + + 28 Oct 2013; Sławek Lis <slis@gentoo.org> +repsnapper-2.3.0a_p3.ebuild, + -files/typo.patch, -repsnapper-2.3.0.ebuild: + version bump, remove old *repsnapper-2.3.0 (11 Oct 2013) diff --git a/sci-misc/repsnapper/files/typo.patch b/sci-misc/repsnapper/files/typo.patch deleted file mode 100644 index 9e74523e38f5..000000000000 --- a/sci-misc/repsnapper/files/typo.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src/slicer/printlines.h.orig 2013-10-10 07:38:38.199031372 +0200 -+++ src/slicer/printlines.h 2013-10-10 07:38:43.652364764 +0200 -@@ -98,7 +98,7 @@ - - int getCommands(Vector3d &lastpos, vector<Command> &commands, - const double &minspeed, const double &movespeed, -- const double &minZspeed, const double &minZspeed, -+ const double &minZspeed, const double &maxZspeed, - const double &maxAOspeed, bool useTCommand) const; - - // // not used diff --git a/sci-misc/repsnapper/repsnapper-2.3.0.ebuild b/sci-misc/repsnapper/repsnapper-2.3.0a_p3.ebuild index 178f1ea5a3da..329c26c5234b 100644 --- a/sci-misc/repsnapper/repsnapper-2.3.0.ebuild +++ b/sci-misc/repsnapper/repsnapper-2.3.0a_p3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/repsnapper/repsnapper-2.3.0.ebuild,v 1.1 2013/10/11 05:10:31 slis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/repsnapper/repsnapper-2.3.0a_p3.ebuild,v 1.1 2013/10/28 09:15:14 slis Exp $ EAPI=5 @@ -30,6 +30,5 @@ DEPEND=" RDEPEND=${DEPEND} src_prepare() { - epatch "${FILESDIR}/typo.patch" eautoreconf } |