commit: 5f59fc0e5435fe091c32ad146d3cb3559aad8cd2 Author: Luciano Degni <degni.public <AT> gmail <DOT> com> AuthorDate: Sat Jan 8 12:32:30 2022 +0000 Commit: Luciano Degni <degni.public <AT> gmail <DOT> com> CommitDate: Sat Jan 8 12:32:30 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5f59fc0e
x11-misc/gobble: update DESCRIPTION Signed-off-by: Luciano Degni <degni.public <AT> gmail.com> x11-misc/gobble/gobble-1.2.ebuild | 5 +---- x11-misc/gobble/metadata.xml | 13 +++++++++++++ 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/x11-misc/gobble/gobble-1.2.ebuild b/x11-misc/gobble/gobble-1.2.ebuild index 155299bbc..901dddb92 100644 --- a/x11-misc/gobble/gobble-1.2.ebuild +++ b/x11-misc/gobble/gobble-1.2.ebuild @@ -15,10 +15,7 @@ CRATES=" inherit cargo -DESCRIPTION="Rust rewrite of Devour: Gobble hides your current window before launching an external program - and unhides it after quitting. - Useful in terminals and file managers to keep your screen uncluttered. - " +DESCRIPTION="Rust rewrite of Devour: Gobble hides your current window before launching an external program and unhides it after quitting." HOMEPAGE="https://github.com/EmperorPenguin18/gobble" SRC_URI=" https://github.com/EmperorPenguin18/gobble/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz diff --git a/x11-misc/gobble/metadata.xml b/x11-misc/gobble/metadata.xml new file mode 100644 index 000000000..d901ae4e0 --- /dev/null +++ b/x11-misc/gobble/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + <name>Luciano Degni</name> + </maintainer> + <upstream> + <doc>https://github.com/EmperorPenguin18/gobble</doc> + <bugs-to>https://github.com/EmperorPenguin18/gobble/issues</bugs-to> + </upstream> +</pkgmetadata> +
