summaryrefslogtreecommitdiff
path: root/gnustep-apps/batmon
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /gnustep-apps/batmon
reinit the tree, so we can have metadata
Diffstat (limited to 'gnustep-apps/batmon')
-rw-r--r--gnustep-apps/batmon/Manifest5
-rw-r--r--gnustep-apps/batmon/batmon-0.8.ebuild14
-rw-r--r--gnustep-apps/batmon/metadata.xml9
3 files changed, 28 insertions, 0 deletions
diff --git a/gnustep-apps/batmon/Manifest b/gnustep-apps/batmon/Manifest
new file mode 100644
index 000000000000..46339591b6b5
--- /dev/null
+++ b/gnustep-apps/batmon/Manifest
@@ -0,0 +1,5 @@
+DIST batmon-0.8.tar.gz 39592 SHA256 fff2fc242ea2956f8b8c7eea751718c54d1a70026eb4659869ad1bac9f64dcff SHA512 b43a882f809307ef3dbdba9762bef443063d3d6c70bc202c4cd1e9a50a3f4b617607392e8777b4f6dfec89fb17a806ca19c256d2799d2b60f4e00b1fc334f2ce WHIRLPOOL 6b29d1488a507bec4e7f4c3e4de2e52d4e2df2d339f1ae3592fea20709fa56b8f896355014608a49200b0b96016aaaebc08ff472a2e6848187bbfdb52248d1f5
+EBUILD batmon-0.8.ebuild 366 SHA256 2be615000fe5f747c742a2a62da5c90a4982145f36e6aa3d668ca3ec53ab9a09 SHA512 53b185fc36e3348991636971a5620cb3033257106674c23ab2c4e0f600268fed985c1471695ae64453f4cc27e0dfbc1d191383b9d2e7736e27b4300e7945c646 WHIRLPOOL 202699984330ae915ac91093ab4584eeb8d5c7bfb24d63699393301189933d16e9430979596e19c6a2df2bb961784bbea38343271e2168e6a2e54dd63b69047e
+MISC ChangeLog 2594 SHA256 3b8adfd3ff97977c19b556315d9b4664d9fc4c74ef4fc79287d5615e734201e7 SHA512 1d075bb63db277a20cd03c315483d019e50c84a3a7d824f35f065c658507a68a8a420acd217949b0ed0373cfb0a10ac7a2e01a76290dcc6ee0c25e7075150b6f WHIRLPOOL eb40233333895bf130524360b68638c9fd83da40b9b2c0826f63ce380bc13999bd8edf060a3f6f0662756afe5cc78a09c408d2b434e146835924f0e71c812ed9
+MISC ChangeLog-2015 1167 SHA256 3354f098ed86ada8e70db7565c226affa5b89a4074d8667b048151117148e061 SHA512 e560fed85193a46f3dbe27500ca4bf58fafb873099102ca5b285834625b510dfec2cbf40f8dcd42652324e399afe81dd2bb7c8530dc3169691a3d5a96f24db37 WHIRLPOOL 18ed13e29e7d970905673fb6934ddb32f4dbdf7796b986511cc43f94421d2824a77320bfa82285b4b20f37e6c954b874f9dc4cd34ada6e86bef9e8215b398ccf
+MISC metadata.xml 502 SHA256 a9d9723ae4301ad31ccd5560ba266c7f8220722bbe0089722ef809f34df8b8c3 SHA512 914f476bbba4630393c354470ab80b22af38eb7d321b2c4bda564ff6032f931e6f20774c960acb63d028cf093d9767370d0868f8c14ed3133da8394ccb592f88 WHIRLPOOL 268d6469fcbcce153f8120a066013caa6467c013f224065412a05beea8ae9fdc0d2261fef480dbca0f915ebda87684d47b1b098fe8941db921840f1f14b04dd9
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>