Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dev-util/dav3-test: Bump version 0.0.2 #863

Merged
merged 1 commit into from
Feb 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions dev-util/dav3-test/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST dav3-test-0.0.1.tar.gz 6025839 BLAKE2B a256fc547febdd841d3f6b1fb64798e4b4d449ab503931550941f0997769e374cb3de0ba7e5fe468c377fd892dcd64cf2f6fe4bb37e519f67248e1a4e41443e5 SHA512 3b5a906221a9b898f8a8b6905687b273e92383059868d81f15374d2508124c9dff893b30e08926c288fffa1ce8fa82620946cecc73780eef4fee8325cad208c1
DIST dav3-test-0.0.2.tar.gz 6195371 BLAKE2B 82fe6d33153aa4b1055eeef39d45d73e62e11ac792bb552eb4792fd5cc297198e781cf7c3c61b2558aea643941bf693d0acdd2162d991f1d821759cb69d1c409 SHA512 a3ecee3d51eeeeef9bbd21e8f2f9c726eb036c819df9c7f0dd1dc42c26e4e38b282051d0a457a052e4c1302cc29043c6dd53fa78f989404cbc191efda6c7c1c9
31 changes: 31 additions & 0 deletions dev-util/dav3-test/dav3-test-0.0.2.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="DeviceAtlas Validator"
HOMEPAGE="https://adjust.com"
SRC_URI="https://files.adjust.com/${P}.tar.gz"

LICENSE="no-source-code"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""

S="${WORKDIR}"

src_configure() {
:
}

src_compile() {
:
}

src_install() {
dobin ${PN}
}
Loading