diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2017-09-24 17:08:10 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2017-09-24 17:08:10 +0200 |
commit | 740a8f7924d5035d70f9077b38ab0149c3d50b04 (patch) | |
tree | 79382eae37d4482c6769bdee0769fa1c651df4cd /sci-geosciences | |
parent | dev-python/geopy: stabilise 1.11.0 for x86 (diff) | |
download | gentoo-740a8f7924d5035d70f9077b38ab0149c3d50b04.tar.gz gentoo-740a8f7924d5035d70f9077b38ab0149c3d50b04.tar.bz2 gentoo-740a8f7924d5035d70f9077b38ab0149c3d50b04.zip |
sci-geosciences/gpsd: Expose SONAME major version as subslot
Package-Manager: Portage-2.3.10, Repoman-2.3.3
Diffstat (limited to 'sci-geosciences')
-rw-r--r-- | sci-geosciences/gpsd/gpsd-3.16.ebuild | 2 | ||||
-rw-r--r-- | sci-geosciences/gpsd/gpsd-3.17.ebuild | 2 | ||||
-rw-r--r-- | sci-geosciences/gpsd/gpsd-9999.ebuild | 2 | ||||
-rw-r--r-- | sci-geosciences/gpsd/metadata.xml | 12 |
4 files changed, 11 insertions, 7 deletions
diff --git a/sci-geosciences/gpsd/gpsd-3.16.ebuild b/sci-geosciences/gpsd/gpsd-3.16.ebuild index 1fbfe4ba3351..bf36c89f403a 100644 --- a/sci-geosciences/gpsd/gpsd-3.16.ebuild +++ b/sci-geosciences/gpsd/gpsd-3.16.ebuild @@ -21,7 +21,7 @@ DESCRIPTION="GPS daemon and library for USB/serial GPS devices and GPS/mapping c HOMEPAGE="http://catb.org/gpsd/" LICENSE="BSD" -SLOT="0" +SLOT="0/22" GPSD_PROTOCOLS=( aivdm ashtech earthmate evermore fury fv18 garmin garmintxt diff --git a/sci-geosciences/gpsd/gpsd-3.17.ebuild b/sci-geosciences/gpsd/gpsd-3.17.ebuild index d431599bc0aa..cd3ef4ffa066 100644 --- a/sci-geosciences/gpsd/gpsd-3.17.ebuild +++ b/sci-geosciences/gpsd/gpsd-3.17.ebuild @@ -21,7 +21,7 @@ DESCRIPTION="GPS daemon and library for USB/serial GPS devices and GPS/mapping c HOMEPAGE="http://catb.org/gpsd/" LICENSE="BSD" -SLOT="0" +SLOT="0/23" GPSD_PROTOCOLS=( aivdm ashtech earthmate evermore fury fv18 garmin garmintxt geostar diff --git a/sci-geosciences/gpsd/gpsd-9999.ebuild b/sci-geosciences/gpsd/gpsd-9999.ebuild index d431599bc0aa..cd3ef4ffa066 100644 --- a/sci-geosciences/gpsd/gpsd-9999.ebuild +++ b/sci-geosciences/gpsd/gpsd-9999.ebuild @@ -21,7 +21,7 @@ DESCRIPTION="GPS daemon and library for USB/serial GPS devices and GPS/mapping c HOMEPAGE="http://catb.org/gpsd/" LICENSE="BSD" -SLOT="0" +SLOT="0/23" GPSD_PROTOCOLS=( aivdm ashtech earthmate evermore fury fv18 garmin garmintxt geostar diff --git a/sci-geosciences/gpsd/metadata.xml b/sci-geosciences/gpsd/metadata.xml index 2082a787a8f1..cb80bead87d3 100644 --- a/sci-geosciences/gpsd/metadata.xml +++ b/sci-geosciences/gpsd/metadata.xml @@ -5,10 +5,14 @@ <email>sci-geosciences@gentoo.org</email> <name>Gentoo Geosciences Project</name> </maintainer> - <longdescription>Unbundled GPS daemon and library to support USB and serial - GPS devices and various GPS/mapping clients, such as GPSDrive, kismet, and - pygps. -</longdescription> + <longdescription> + Unbundled GPS daemon and library to support USB and serial + GPS devices and various GPS/mapping clients, such as GPSDrive, + kismet, and pygps. + </longdescription> + <slots> + <subslots>Reflect major ABI of libgps.so.</subslots> + </slots> <use> <flag name="dbus">export gpsd data over dbus connections</flag> <flag name="latency_timing">support latency timing information</flag> |