summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas D <whissi@whissi.de>2016-02-18 22:20:35 +0100
committerThomas D <whissi@whissi.de>2016-02-19 03:19:37 +0100
commite788d1233936b0c24d52abd74c43fc6a4a6e09cf (patch)
treef49ad27b20b26891b11c309124776bbb1cbbc60c /sys-fs/owfs/metadata.xml
parentdev-python/datashape: Bump (diff)
downloadgentoo-e788d1233936b0c24d52abd74c43fc6a4a6e09cf.tar.gz
gentoo-e788d1233936b0c24d52abd74c43fc6a4a6e09cf.tar.bz2
gentoo-e788d1233936b0c24d52abd74c43fc6a4a6e09cf.zip
sys-fs/owfs: Bumped to v3.1p1
Changes: * Bumped to upstream v3.1p1 (Closes #572004) * Bumped to EAPI=6 * Added ewarn to tell user that they maybe have to install a custom UDEV rule (Closes #315935) * Various runscript fixes - Services were misusing "need net" (See #439092) - start_pre added to fix problems caused by non-existing pidfile dir (Closes #553418) Package-Manager: portage-2.2.27
Diffstat (limited to 'sys-fs/owfs/metadata.xml')
-rw-r--r--sys-fs/owfs/metadata.xml21
1 files changed, 10 insertions, 11 deletions
diff --git a/sys-fs/owfs/metadata.xml b/sys-fs/owfs/metadata.xml
index abb9646d5261..1d6d9371db09 100644
--- a/sys-fs/owfs/metadata.xml
+++ b/sys-fs/owfs/metadata.xml
@@ -1,21 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <longdescription>
-OWFS (One Wire File System) is an easy way to use the powerful 1-wire system
-of Dallas/Maxim. A simple and flexible program to monitor and control the
-physical environment. You can write scripts to read temperature, flash
-lights, write to an LCD, log and graph, ...
-</longdescription>
+ <longdescription lang="en">
+ OWFS (One Wire File System) is an easy way to use the powerful 1-wire system
+ of Dallas/Maxim. A simple and flexible program to monitor and control the
+ physical environment. You can write scripts to read temperature, flash
+ lights, write to an LCD, log and graph, ...
+ </longdescription>
+ <upstream>
+ <remote-id type="sourceforge">owfs</remote-id>
+ </upstream>
<use>
<flag name="ftpd">Enable building the OWFS FTP server (owftpd)</flag>
<flag name="fuse">Enable building the FUSE-based OWFS client (owfs)</flag>
<flag name="httpd">Enable building the OWFS web server (owhttpd)</flag>
- <flag name="parport">Enable support for the DS1410E parallel port
- adapter</flag>
+ <flag name="parport">Enable support for the DS1410E parallel port adapter</flag>
<flag name="server">Enable building the OWFS server (owserver)</flag>
</use>
- <upstream>
- <remote-id type="sourceforge">owfs</remote-id>
- </upstream>
</pkgmetadata>