summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Fröhning <misanthropos@gmx.net>2020-10-08 13:35:10 +0200
committerSam James <sam@gentoo.org>2021-01-22 01:39:55 +0000
commit0e9596f51dcb8873d4e058fad2714fbe770e78e6 (patch)
tree1ce9fb0983e223b6c40a1eb76e7f7a556fb7aad3 /dev-cpp
parentdev-games/libsmacker: new package (*.smk smackfile decoding library) (diff)
downloadgentoo-0e9596f51dcb8873d4e058fad2714fbe770e78e6.tar.gz
gentoo-0e9596f51dcb8873d4e058fad2714fbe770e78e6.tar.bz2
gentoo-0e9596f51dcb8873d4e058fad2714fbe770e78e6.zip
games-strategy/ja2-stracciatella: bump to 0.17.0
- now using rust - remove eutils inherit - remove leading and trailing space in LICENSE - reorder to DESCRIPTION, HOMEPAGE, SRC_URI, newline, LICENSE, SLOT, KYEWORDS, IUSE, RESTRICT - remove PN - replace it with libsmacker Closes: https://github.com/gentoo/gentoo/pull/17848 Signed-off-by: Richard Fröhning <misanthropos@gmx.net> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r--dev-cpp/string-theory/string-theory-3.3.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-cpp/string-theory/string-theory-3.3.ebuild b/dev-cpp/string-theory/string-theory-3.3.ebuild
index d6ee9b178e3b..a8bb093a351a 100644
--- a/dev-cpp/string-theory/string-theory-3.3.ebuild
+++ b/dev-cpp/string-theory/string-theory-3.3.ebuild
@@ -3,13 +3,11 @@
EAPI=7
-inherit cmake ${GIT_ECLASS}
+inherit cmake
DESCRIPTION="A flexible modern C++ library for string manipulation and storage"
HOMEPAGE="https://github.com/zrax/string_theory/"
-
SRC_URI="https://github.com/zrax/string_theory/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
S="${WORKDIR}/string_theory-${PV}"
LICENSE="MIT"