Sergey Ilinykh 5 anni fa
parent
commit
15a7cf75cd
2 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  1. 1 1
      dev-util/cpp2text/Manifest
  2. 3 3
      dev-util/cpp2text/cpp2text-1.1.ebuild

+ 1 - 1
dev-util/cpp2text/Manifest

@@ -1 +1 @@
-DIST cpp2text-1.0.tar.gz 2886 SHA256 6e2a5d36848a8e28369214db38df07fb0dda20a8df8c82442bf2ea99d604de0d SHA512 1e2d63ab742af2f41282cd4776b0185fe361b8746fbf1c5972ef6f6e746be892e03775598a0eec030df28d8437c1d9d169189725c5b707dc0b4160b8d29ad0c8 WHIRLPOOL 53cd4094bc64f2357a15c3d32df2c84994457b29e5e05238e0fe1e7a29a863175e4df2d551f33116b12c45590739df4e4d9b5d7abe57680c7168c5ae2e805cd2
+DIST cpp2text-1.1.tar.gz 4095 SHA256 6799fd2bc73d81ecbf748f8ca9e4aae4b6f81526078fca61167ebf82c33d979e SHA512 4f7c8e41a9d64e0790b8f421c071f4574edd6ea9ea32923006937476642a92eb2b7e2a854e295fac167f7ddfb06c33e6f5e982f68692c799819f418fcdae3cf9 WHIRLPOOL 5582bf0c6232cbc5a7dd8501548971a5f61a02bde19f669188eb903dc888ff4b37692de1c69e06dc5407f71ec5e22731c77304a3bf895a48d6d1c8dae673824f

+ 3 - 3
dev-util/cpp2text/cpp2text-1.0.ebuild → dev-util/cpp2text/cpp2text-1.1.ebuild

@@ -1,13 +1,13 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit qmake-utils
 
-DESCRIPTION="Stupid bidirection cpp to text converter"
+DESCRIPTION="String representation converter (text, cpp, json)"
 HOMEPAGE="https://github.com/Ri0n/cpp2text"
-SRC_URI="https://github.com/Ri0n/cpp2text/archive/1.0.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/Ri0n/cpp2text/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"