From 682a0e0bc3b33f63fc90359f955476473d418b9a Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Sat, 25 Feb 2017 15:05:55 +0100 Subject: app-misc/knapsack: Version bump --- app-misc/knapsack/Manifest | 2 +- app-misc/knapsack/knapsack-1.0.ebuild | 24 ------------------------ app-misc/knapsack/knapsack-2.0.ebuild | 15 +++++++++++++++ 3 files changed, 16 insertions(+), 25 deletions(-) delete mode 100644 app-misc/knapsack/knapsack-1.0.ebuild create mode 100644 app-misc/knapsack/knapsack-2.0.ebuild diff --git a/app-misc/knapsack/Manifest b/app-misc/knapsack/Manifest index 4f0d0e46..edf46387 100644 --- a/app-misc/knapsack/Manifest +++ b/app-misc/knapsack/Manifest @@ -1 +1 @@ -DIST knapsack-1.0.tar.gz 2594 SHA256 a5f3745db84154ac378c339c6d3de66a95b5faf1facaed4bfbd30c8a8c232178 +DIST knapsack-2.0.tar.gz 5179 SHA256 f2065a3507c52a5495452d0c1d77e6aed76f9fd39d9c56437e0f30044d56f890 diff --git a/app-misc/knapsack/knapsack-1.0.ebuild b/app-misc/knapsack/knapsack-1.0.ebuild deleted file mode 100644 index 9a78d41d..00000000 --- a/app-misc/knapsack/knapsack-1.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -RESTRICT="mirror" -inherit toolchain-funcs - -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="" - -src_compile() { - "$(tc-getCXX)" $CPPFLAGS $CXXFLAGS $LDFLAGS knapsack.cc -o knapsack -} - -src_install () { - default - dobin knapsack -} diff --git a/app-misc/knapsack/knapsack-2.0.ebuild b/app-misc/knapsack/knapsack-2.0.ebuild new file mode 100644 index 00000000..66333163 --- /dev/null +++ b/app-misc/knapsack/knapsack-2.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-65-gdbad