From d241ee7943383a8ad8aacd70d5e301a6acf22c38 Mon Sep 17 00:00:00 2001 From: "Alex Xu (Hello71)" Date: Tue, 28 Jul 2020 09:41:37 -0400 Subject: Initial commit --- dev-libs/aml/aml-9999.ebuild | 32 ++++++++++++++++++++++++++++++ dev-libs/aml/metadata.xml | 8 ++++++++ dev-libs/libdwarf/Manifest | 1 + dev-libs/libdwarf/libdwarf-20200719.ebuild | 20 +++++++++++++++++++ dev-libs/libdwarf/metadata.xml | 8 ++++++++ 5 files changed, 69 insertions(+) create mode 100644 dev-libs/aml/aml-9999.ebuild create mode 100644 dev-libs/aml/metadata.xml create mode 100644 dev-libs/libdwarf/Manifest create mode 100644 dev-libs/libdwarf/libdwarf-20200719.ebuild create mode 100644 dev-libs/libdwarf/metadata.xml (limited to 'dev-libs') diff --git a/dev-libs/aml/aml-9999.ebuild b/dev-libs/aml/aml-9999.ebuild new file mode 100644 index 0000000..48ae40e --- /dev/null +++ b/dev-libs/aml/aml-9999.ebuild @@ -0,0 +1,32 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit meson + +DESCRIPTION="Another Main Loop" +HOMEPAGE="https://github.com/any1/aml" +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/any1/aml.git" +else + SRC_URI="https://github.com/any1/aml/archive/v${PV}.tar.gz" +fi + +LICENSE="ISC" +SLOT="0" +KEYWORDS="" +IUSE="examples" + +DEPEND="" +RDEPEND="${DEPEND}" +BDEPEND="" + +src_configure() { + local emesonargs=( + $(meson_use examples) + ) + + meson_src_configure +} diff --git a/dev-libs/aml/metadata.xml b/dev-libs/aml/metadata.xml new file mode 100644 index 0000000..004555a --- /dev/null +++ b/dev-libs/aml/metadata.xml @@ -0,0 +1,8 @@ + + + + + alex_y_xu@yahoo.ca + Alex Xu (Hello71) + + diff --git a/dev-libs/libdwarf/Manifest b/dev-libs/libdwarf/Manifest new file mode 100644 index 0000000..d236dd1 --- /dev/null +++ b/dev-libs/libdwarf/Manifest @@ -0,0 +1 @@ +DIST libdwarf-20200719.tar.gz 2754563 BLAKE2B 6d6f48605eaa54a4aae99d9a1863b4eaf513d585720a699308edbab333b0ec1528b90f3cc945453c775a5dc4c19a9f62935ad5fb8a98a7d8f726bc3321fb9638 SHA512 d474482a7391ca660fa08c2f52ef1c2961b7c2e7e5b92bf733a9996b7f610ec227ff6ea00401f0b4fcd897552fc3b0b054e706a36aaffe10841a383391e013a0 diff --git a/dev-libs/libdwarf/libdwarf-20200719.ebuild b/dev-libs/libdwarf/libdwarf-20200719.ebuild new file mode 100644 index 0000000..4b8675f --- /dev/null +++ b/dev-libs/libdwarf/libdwarf-20200719.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="The DWARF Debugging Information Format" +HOMEPAGE="https://www.prevanders.net/dwarf.html" +SRC_URI="https://www.prevanders.net/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +DEPEND="virtual/libelf" +RDEPEND="${DEPEND}" + +src_configure() { + econf --includedir="${EPREFIX}/usr/include/${PN}" --enable-shared --disable-static +} diff --git a/dev-libs/libdwarf/metadata.xml b/dev-libs/libdwarf/metadata.xml new file mode 100644 index 0000000..004555a --- /dev/null +++ b/dev-libs/libdwarf/metadata.xml @@ -0,0 +1,8 @@ + + + + + alex_y_xu@yahoo.ca + Alex Xu (Hello71) + + -- cgit v1.2.3-54-g00ecf