See previous commit.
+++ /dev/null
-DIST libsfdo-0.1.3.tar.gz 53704 BLAKE2B 35908b512dad548aad4ab3b374328abdf2f3b5f07c9cc7bd0e8086dcd49353938dc62b7ee6283273d0ccdaf4f37cbd56a6231bbf8aeac9a7f6a878caf327579a SHA512 6214a789d9edb7029a29bff673405c6bd00e45647052b16a4f156a849c06da7e6fce96a6775023cf5a480c0192c5c84a9df465a450870c3cdb9e2ae2b11e8a18
+++ /dev/null
-EAPI=8
-
-inherit meson
-
-DESCRIPTION="A collection of libraries which implement some of the XDG specifications."
-HOMEPAGE="https://github.com/jlindgren90/libsfdo"
-
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/jlindgren90/libsfdo.git"
-else
- SRC_URI="https://github.com/jlindgren90/libsfdo/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
-fi
-
-LICENSE="BSD-2"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
- virtual/pkgconfig
-"
-
-src_configure() {
- local emesonargs=(
- $(meson_use test tests)
- )
-
- meson_src_configure
-}
+++ /dev/null
-EAPI=8
-
-inherit meson
-
-DESCRIPTION="A collection of libraries which implement some of the XDG specifications."
-HOMEPAGE="https://github.com/jlindgren90/libsfdo"
-
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/jlindgren90/libsfdo.git"
-else
- SRC_URI="https://github.com/jlindgren90/libsfdo/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
-fi
-
-LICENSE="BSD-2"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
- virtual/pkgconfig
-"
-
-src_configure() {
- local emesonargs=(
- $(meson_use test tests)
- )
-
- meson_src_configure
-}
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <upstream>
- <remote-id type="github">jlindgren90/libsfdo</remote-id>
- </upstream>
-</pkgmetadata>