Skip to content

Commit

Permalink
Relocate project to OpenEMV
Browse files Browse the repository at this point in the history
  • Loading branch information
leonlynch committed Apr 18, 2022
1 parent 1324a35 commit dbc6636
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cmake_minimum_required(VERSION 3.16)
project(tr31
VERSION 0.3.0
DESCRIPTION "TR-31 library and tools"
HOMEPAGE_URL "https://github.com/ono-connect/tr31"
HOMEPAGE_URL "https://github.com/openemv/tr31"
LANGUAGES C
)

Expand Down Expand Up @@ -157,8 +157,8 @@ endif()

# configure CPack to generate .tgz package
set(CPACK_GENERATOR "TGZ")
set(CPACK_PACKAGE_VENDOR "ono//connect")
set(CPACK_PACKAGE_CONTACT "leon@onoconnect.com")
set(CPACK_PACKAGE_VENDOR "OpenEMV")
set(CPACK_PACKAGE_CONTACT "lynch.leon@gmail.com")
set(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/README.md")
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE")
set(CPACK_RESOURCE_FILE_README "${CMAKE_CURRENT_SOURCE_DIR}/README.md")
Expand Down
2 changes: 1 addition & 1 deletion gentoo/dev-libs/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>leon@onoconnect.com</email>
<email>lynch.leon@gmail.com</email>
<name>Leon Lynch</name>
</maintainer>

Expand Down
6 changes: 3 additions & 3 deletions gentoo/dev-libs/tr31-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ EAPI=8
inherit cmake

DESCRIPTION="TR-31 library and tools"
HOMEPAGE="https://github.com/ono-connect/tr31"
HOMEPAGE="https://github.com/openemv/tr31"
if [[ "${PV}" == *9999 ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/ono-connect/tr31.git"
EGIT_REPO_URI="https://github.com/openemv/tr31.git"
EGIT_BRANCH="master"
else
SRC_URI="https://github.com/ono-connect/tr31/archive/${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI="https://github.com/openemv/tr31/archive/${PV}.tar.gz -> ${P}.tar.gz"
fi

LICENSE="LGPL-2.1"
Expand Down

0 comments on commit dbc6636

Please sign in to comment.