From 50d6c2a73dad976ff3ca95f2e1b1f4aa16bdd43e Mon Sep 17 00:00:00 2001 From: Leon Lynch Date: Sun, 30 Jul 2023 16:47:05 +0200 Subject: [PATCH] Update project description --- CMakeLists.txt | 2 +- README.md | 4 ++-- gentoo/dev-libs/tr31-9999.ebuild | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6b16af9..19a4698 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ cmake_minimum_required(VERSION 3.16) project(tr31 VERSION 0.4.6 - DESCRIPTION "TR-31 library and tools" + DESCRIPTION "Key block library and tools for ANSI X9.143, ASC X9 TR-31 and ISO 20038" HOMEPAGE_URL "https://github.com/openemv/tr31" LANGUAGES C ) diff --git a/README.md b/README.md index da728d3..e9b3600 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -TR-31 library and tools -======================= +Key block library and tools for ANSI X9.143, ASC X9 TR-31 and ISO 20038 +======================================================================= [![License: LGPL-2.1](https://img.shields.io/github/license/openemv/tr31)](https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html)
[![Ubuntu build](https://github.com/openemv/tr31/actions/workflows/ubuntu-build.yaml/badge.svg)](https://github.com/openemv/tr31/actions/workflows/ubuntu-build.yaml)
diff --git a/gentoo/dev-libs/tr31-9999.ebuild b/gentoo/dev-libs/tr31-9999.ebuild index 12b6888..5c30180 100644 --- a/gentoo/dev-libs/tr31-9999.ebuild +++ b/gentoo/dev-libs/tr31-9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit cmake -DESCRIPTION="TR-31 library and tools" +DESCRIPTION="Key block library and tools for ANSI X9.143, ASC X9 TR-31 and ISO 20038" HOMEPAGE="https://github.com/openemv/tr31" if [[ "${PV}" == *9999 ]] ; then inherit git-r3