diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
commit | 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch) | |
tree | 7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /gnustep-apps/batmon | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'gnustep-apps/batmon')
-rw-r--r-- | gnustep-apps/batmon/Manifest | 3 | ||||
-rw-r--r-- | gnustep-apps/batmon/batmon-0.8.ebuild | 14 | ||||
-rw-r--r-- | gnustep-apps/batmon/metadata.xml | 9 |
3 files changed, 26 insertions, 0 deletions
diff --git a/gnustep-apps/batmon/Manifest b/gnustep-apps/batmon/Manifest new file mode 100644 index 000000000000..1d89a138cb14 --- /dev/null +++ b/gnustep-apps/batmon/Manifest @@ -0,0 +1,3 @@ +DIST batmon-0.8.tar.gz 39592 BLAKE2B 009067b85e3f44f9aa4bc1c23d139406c2e5d597c40380b6d3e6f3b9e653733b54cfda143ba0331b47df0702c15d04129603fe55b05165121fcb0ecdf4668b91 SHA512 b43a882f809307ef3dbdba9762bef443063d3d6c70bc202c4cd1e9a50a3f4b617607392e8777b4f6dfec89fb17a806ca19c256d2799d2b60f4e00b1fc334f2ce +EBUILD batmon-0.8.ebuild 366 BLAKE2B c9caa7a41fae860cfb9f231b122709a4249d4035d2b3c7f06e509dfb983b979cf4d9f1b56e031fd6b32c681a2face4f35d8c169b931630a921c7548444818c08 SHA512 53b185fc36e3348991636971a5620cb3033257106674c23ab2c4e0f600268fed985c1471695ae64453f4cc27e0dfbc1d191383b9d2e7736e27b4300e7945c646 +MISC metadata.xml 502 BLAKE2B d4fdc3a7e4aaaa1e0e1338cd3ea21175c560f0c47952fd16ead241430d72ccbbe5cee60355a18a611c934b80b05512ae788674f5f48f535ea946f145ea0ea77e SHA512 914f476bbba4630393c354470ab80b22af38eb7d321b2c4bda564ff6032f931e6f20774c960acb63d028cf093d9767370d0868f8c14ed3133da8394ccb592f88 diff --git a/gnustep-apps/batmon/batmon-0.8.ebuild b/gnustep-apps/batmon/batmon-0.8.ebuild new file mode 100644 index 000000000000..fad43fccded1 --- /dev/null +++ b/gnustep-apps/batmon/batmon-0.8.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +inherit gnustep-2 + +DESCRIPTION="displays the status of your laptop battery" +HOMEPAGE="http://www.nongnu.org/gap/batmon/index.html" +SRC_URI="https://savannah.nongnu.org/download/gap/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" diff --git a/gnustep-apps/batmon/metadata.xml b/gnustep-apps/batmon/metadata.xml new file mode 100644 index 000000000000..ac0a35517291 --- /dev/null +++ b/gnustep-apps/batmon/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>gnustep@gentoo.org</email> + <name>Gentoo GNUstep Project</name> + </maintainer> + <longdescription>Battery monitor is a small utility that displays the status of your laptop battery (charge/discharge and status). I works best with linux 2.6 kernels and ACPI, but now has also support for 2.4 kernels and APM</longdescription> +</pkgmetadata> |