app-misc/i2bits: version bump.

Gentoo-Bug: https://bugs.gentoo.org/608394

Package-Manager: portage-2.3.3
This commit is contained in:
Patrice Clement
2017-02-06 14:29:43 +01:00
parent a6b54f0f52
commit 40de044a87
2 changed files with 28 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST i2bits-0.0.2.tar.gz 1751 SHA256 41237d4abcbd6af0806d1ac117604acbb51201c88fa5ec8ec1cb37233f60b99f SHA512 8dfca8513f8ad16ac5d093120d49f5d9d7acfd20cad0883c0533d2927aba0b6d779b1ad4d3575e7a66f0e56ead5f783e90f49208d6cc9c65bcb60c8558f5447c WHIRLPOOL 5b18b9cad7b472bb2c7a75eb490531f1438b8126adb87cae438a81bc8c3eef3a13ea01760efd044b86ff2ed5ba19a0d906ac5ec726a36290e9215aacb65c3946
DIST i2bits-0.1.0.tar.gz 2649 SHA256 df56b7b8de95ff30d041460ede931183291ba1ccd2cff70bc4b9e792e6495f61 SHA512 9f7b2fe8ca66740cae081c3f74f0c5d67d956c8cd2b5f39cb7306e58a8f75d6d5848dd640e7e514638dda6f3d1efe5f292605dc4fddffe5e530bbd5f173a1db9 WHIRLPOOL 9f872cbc844e47f05f36c4992e730ebd40f5f6732df9dd82f2c4588b7ecd669c0496b894a4fcf54f84a5143d3e2ec3a0c9a1a751e27d50f70d587783c16d636e

View File

@@ -0,0 +1,27 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
inherit cmake-utils
DESCRIPTION="Utility to convert hex or dec to binary format"
HOMEPAGE="https://bitbucket.org/PascalRD/i2bits/"
SRC_URI="http://unixdev.ru/src/${P}.tar.gz"
LICENSE="WTFPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
src_configure() {
cmake-utils_src_configure
}
src_compile() {
cmake-utils_src_compile
}
src_install() {
cmake-utils_src_install
}