From 36411ba481c794d0f61ff6f25c946a35eca57169 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20V=C3=A4th?= Date: Tue, 7 Mar 2017 18:18:38 +0100 Subject: app-misc/knapsack: Version bump --- app-misc/knapsack/Manifest | 2 +- app-misc/knapsack/knapsack-2.0.ebuild | 15 --------------- app-misc/knapsack/knapsack-3.0.ebuild | 15 +++++++++++++++ 3 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 app-misc/knapsack/knapsack-2.0.ebuild create mode 100644 app-misc/knapsack/knapsack-3.0.ebuild (limited to 'app-misc') diff --git a/app-misc/knapsack/Manifest b/app-misc/knapsack/Manifest index edf46387..6bbbab8f 100644 --- a/app-misc/knapsack/Manifest +++ b/app-misc/knapsack/Manifest @@ -1 +1 @@ -DIST knapsack-2.0.tar.gz 5179 SHA256 f2065a3507c52a5495452d0c1d77e6aed76f9fd39d9c56437e0f30044d56f890 +DIST knapsack-3.0.tar.gz 5759 SHA256 9900e42261133e1de1f05f04a926da4c3c84627d4732c9baff7099afbcdc407f diff --git a/app-misc/knapsack/knapsack-2.0.ebuild b/app-misc/knapsack/knapsack-2.0.ebuild deleted file mode 100644 index 66333163..00000000 --- a/app-misc/knapsack/knapsack-2.0.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -RESTRICT="mirror" -inherit vcs-snapshot - -DESCRIPTION="A solver for the bound and unbound 0/1-knapsack problem with integer weights" -HOMEPAGE="https://github.com/vaeth/knapsack/" -SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris" -IUSE="" diff --git a/app-misc/knapsack/knapsack-3.0.ebuild b/app-misc/knapsack/knapsack-3.0.ebuild new file mode 100644 index 00000000..66333163 --- /dev/null +++ b/app-misc/knapsack/knapsack-3.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +RESTRICT="mirror" +inherit vcs-snapshot + +DESCRIPTION="A solver for the bound and unbound 0/1-knapsack problem with integer weights" +HOMEPAGE="https://github.com/vaeth/knapsack/" +SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris" +IUSE="" -- cgit v1.2.3