Bumped EAPI, cleaned up repo. Needs testing

This commit is contained in:
Ronald Farrer 2023-09-12 16:43:31 -07:00
parent 8d003161e5
commit 0827bcd0de
18 changed files with 26 additions and 78 deletions

View file

@ -1,7 +1,7 @@
# Copyright 1999-2018 Gentoo Foundation # Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=6 EAPI=8
AUTOTOOLS_IN_SOURCE_BUILD=1 AUTOTOOLS_IN_SOURCE_BUILD=1
inherit eutils inherit eutils

View file

@ -1,17 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>canutethegreat@gmail.com</email>
<name>Ronald Farrer</name>
</maintainer>
<use>
<flag name="bfio">Enables libbfio for chaining file in file handling</flag>
<flag name="ewf">Enables the v1 API</flag>
<flag name="fuse">Enable fuse support for ewfmount</flag>
<flag name="uuid">Enable UUID support in the ewftools</flag>
</use>
<upstream>
<remote-id type="github">libyal/libewf</remote-id>
</upstream>
</pkgmetadata>

View file

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Id$ # $Id$
EAPI=7 EAPI=8
inherit xdg-utils font eutils inherit xdg-utils font eutils
KEYWORDS="~amd64 ~x86 ~arm64 ~arm ~ppc ~ppc64" KEYWORDS="~amd64 ~x86 ~arm64 ~arm ~ppc ~ppc64"

View file

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>canutethegreat@gmail.com</email>
<name>Ronald Farrer</name>
</maintainer>
</pkgmetadata>

View file

@ -1,7 +1,7 @@
# Copyright 1999-2018 Gentoo Foundation # Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI=8
inherit rpm xdg-utils inherit rpm xdg-utils

View file

@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>canutethegreat@gmail.com</email>
<name>Ronald Farrer</name>
</maintainer>
<longdescription>
overGrive is a complete Google Drive™ desktop client solution for Linux
</longdescription>
</pkgmetadata>

View file

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Id$ # $Id$
EAPI=7 EAPI=8
inherit xdg-utils font gnome2-utils eutils inherit xdg-utils font gnome2-utils eutils
KEYWORDS="~amd64 ~x86 ~arm ~arm64" KEYWORDS="~amd64 ~x86 ~arm ~arm64"

View file

@ -1,7 +1,7 @@
# Copyright 1999-2023 Gentoo # Copyright 1999-2023 Gentoo
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI=8
DESCRIPTION="A high-performance, user-space file system for mounting Amazon S3 buckets (binary)" DESCRIPTION="A high-performance, user-space file system for mounting Amazon S3 buckets (binary)"
HOMEPAGE="https://github.com/kahing/goofys" HOMEPAGE="https://github.com/kahing/goofys"

View file

@ -1,7 +1,7 @@
# Copyright 1999-2023 Gentoo # Copyright 1999-2023 Gentoo
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI=8
EGO_PN="github.com/kahing/goofys" EGO_PN="github.com/kahing/goofys"

View file

@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors # Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI=8
WX_GTK_VER="3.0-gtk3" WX_GTK_VER="3.0-gtk3"

View file

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>canutethegreat@gmail.com</email>
<name>Ronald Farrer</name>
</maintainer>
</pkgmetadata>

View file

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Id$ # $Id$
EAPI=7 EAPI=8
inherit xdg-utils font eutils inherit xdg-utils font eutils
KEYWORDS="~amd64" KEYWORDS="~amd64"

View file

@ -1,7 +1,7 @@
# Copyright 1999-2022 Gentoo Authors # Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI=8
inherit wrapper desktop inherit wrapper desktop

14
repositories.xml Normal file
View file

@ -0,0 +1,14 @@
<?xml version="1.0" ?>
<repositories version="1.0">
<repo quality="experimental" status="unofficial">
<name>canutethegreat-overlay</name>
<description lang="en">Random, sometimes useful, Gentoo ebuilds.</description>
<homepage>https://github.com/CanuteTheGreat/canutethegreat-overlay</homepage>
<owner type="person">
<name>Ronald Farrer</name>
<email>canutethegreat@gmail.com</email>
</owner>
<source type="git">git://github.com/CanuteTheGreat/canutethegreat-overlay.git</source>
<feed>https://github.com/CanuteTheGreat/canutethegreat-overlay/commits/master.atom</feed>
</repo>
</repositories>

View file

@ -1,7 +1,7 @@
# Copyright 1999-2020 Gentoo Authors # Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI=8
inherit eutils inherit eutils

View file

@ -1,22 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>canutethegreat@gmail.com</email>
<name>Ronald Farrer</name>
</maintainer>
<upstream>
<remote-id type="github">dell/dkms</remote-id>
</upstream>
<longdescription lang="en">
Dynamic Kernel Module Support (DKMS) is a program/framework that enables generating Linux kernel modules whose sources generally reside outside the kernel source tree. The concept is to have DKMS modules automatically rebuilt when a new kernel is installed.
An essential feature of DKMS is that it automatically recompiles all DKMS modules if a new kernel version is installed. This allows drivers and devices outside of the mainline kernel to continue working after a Linux kernel upgrade.
Another benefit of DKMS is that it allows the installation of a new driver on an existing system, running an arbitrary kernel version, without any need for manual compilation or precompiled packages provided by the vendor.
DKMS was written by the Linux Engineering Team at Dell in 2003. It is included in many distributions, such as Ubuntu, Debian, Fedora, SUSE, and Arch. DKMS is free software released under the terms of the GNU General Public License (GPL) v2 or later.
DKMS supports both the rpm and deb package formats out-of-the-box.
</longdescription>
<use>
<flag name="kernel-hooks">Enable automatic rebuilding of modules via kernel source makefile hooks
</flag>
</use>
</pkgmetadata>

View file

@ -1,7 +1,7 @@
# Copyright 1999-2018 Gentoo Foundation # Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI=*
BRAVE_PN="${PN/-bin/}" BRAVE_PN="${PN/-bin/}"

View file

@ -1,7 +1,7 @@
# Copyright 1999-2018 Gentoo Foundation # Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI=8
BRAVE_PN="${PN/-bin/}" BRAVE_PN="${PN/-bin/}"