summaryrefslogtreecommitdiff
path: root/app-misc/digitemp/metadata.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/digitemp/metadata.xml')
-rw-r--r--app-misc/digitemp/metadata.xml22
1 files changed, 12 insertions, 10 deletions
diff --git a/app-misc/digitemp/metadata.xml b/app-misc/digitemp/metadata.xml
index a05e1be0cac8..759d68a9852e 100644
--- a/app-misc/digitemp/metadata.xml
+++ b/app-misc/digitemp/metadata.xml
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <longdescription>
+ <!-- maintainer-needed -->
+ <longdescription>
DigiTemp is a simple to use program for reading values from 1-wire devices. Its
main use is for reading temperature sensors, but it also reads counters, and
understands the 1-wire hubs with devices on different branches of the network.
@@ -10,11 +11,12 @@ DS1820), DS18B20, DS1822, the DS2438 Smart Battery Monitor, DS2422 and DS2423
Counters, DS2409 MicroLAN Coupler (used in 1-wire hubs), and the AAG TAI-8540
humidity sensor.
</longdescription>
-
- <use>
- <flag name="ds2490">Build support for the ds2490 sensor</flag>
- <flag name="ds9097">Build support for the ds9097 sensor</flag>
- <flag name="ds9097u">Build support for the ds9097u sensor</flag>
- </use>
- <origin>liguros-repo</origin>
-</pkgmetadata> \ No newline at end of file
+ <use>
+ <flag name="ds2490">Build support for the ds2490 sensor</flag>
+ <flag name="ds9097">Build support for the ds9097 sensor</flag>
+ <flag name="ds9097u">Build support for the ds9097u sensor</flag>
+ </use>
+ <upstream>
+ <remote-id type="github">bcl/digitemp</remote-id>
+ </upstream>
+</pkgmetadata>