diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-02-07 17:31:39 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-07 18:45:55 +0100 |
commit | d74c91beadff4426377a12a2c926e43612007706 (patch) | |
tree | b118e48c1dd87b4cb48b8b2631b99f327893f83f /x11-libs/xosd | |
parent | x11-libs/liboglappth: Fix toolong DESCRIPTION (diff) | |
download | gentoo-d74c91beadff4426377a12a2c926e43612007706.tar.gz gentoo-d74c91beadff4426377a12a2c926e43612007706.tar.bz2 gentoo-d74c91beadff4426377a12a2c926e43612007706.zip |
x11-libs/xosd: Fix toolong DESCRIPTION
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3866
Diffstat (limited to 'x11-libs/xosd')
-rw-r--r-- | x11-libs/xosd/xosd-2.2.14-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/xosd/xosd-2.2.14-r2.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/xosd/xosd-2.2.14_p2_p1.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/x11-libs/xosd/xosd-2.2.14-r1.ebuild b/x11-libs/xosd/xosd-2.2.14-r1.ebuild index 412fb0e41ecb..8466e42fbe2d 100644 --- a/x11-libs/xosd/xosd-2.2.14-r1.ebuild +++ b/x11-libs/xosd/xosd-2.2.14-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ inherit eutils autotools -DESCRIPTION="Library for overlaying text in X-Windows X-On-Screen-Display plus binary for sending text from CLI" +DESCRIPTION="Library for overlaying text in X-Windows X-On-Screen-Display" HOMEPAGE="https://sourceforge.net/projects/libxosd/" SRC_URI="mirror://debian/pool/main/x/xosd/${PN}_${PV}.orig.tar.gz https://dev.gentoo.org/~jer/${PN}_${PV}-1.diff.gz diff --git a/x11-libs/xosd/xosd-2.2.14-r2.ebuild b/x11-libs/xosd/xosd-2.2.14-r2.ebuild index 034f93b95215..ffa341009b10 100644 --- a/x11-libs/xosd/xosd-2.2.14-r2.ebuild +++ b/x11-libs/xosd/xosd-2.2.14-r2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ inherit eutils autotools -DESCRIPTION="Library for overlaying text in X-Windows X-On-Screen-Display plus binary for sending text from CLI" +DESCRIPTION="Library for overlaying text in X-Windows X-On-Screen-Display" HOMEPAGE="https://sourceforge.net/projects/libxosd/" SRC_URI="mirror://debian/pool/main/x/xosd/${PN}_${PV}.orig.tar.gz https://dev.gentoo.org/~jer/${PN}_${PV}-1.diff.gz diff --git a/x11-libs/xosd/xosd-2.2.14_p2_p1.ebuild b/x11-libs/xosd/xosd-2.2.14_p2_p1.ebuild index 5605bd2f6e74..a114445d2690 100644 --- a/x11-libs/xosd/xosd-2.2.14_p2_p1.ebuild +++ b/x11-libs/xosd/xosd-2.2.14_p2_p1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -9,7 +9,7 @@ MY_PV=$(get_version_component_range 1-3) MY_PATCH_MAJ=$(get_version_component_range 4) MY_PATCH_MIN=$(get_version_component_range 5) -DESCRIPTION="Library for overlaying text in X-Windows X-On-Screen-Display plus binary for sending text from CLI" +DESCRIPTION="Library for overlaying text in X-Windows X-On-Screen-Display" HOMEPAGE="https://sourceforge.net/projects/libxosd/" SRC_URI="mirror://debian/pool/main/x/xosd/${PN}_${MY_PV}.orig.tar.gz mirror://debian/pool/main/x/xosd/${PN}_${MY_PV}-${MY_PATCH_MAJ/p/}.${MY_PATCH_MIN/p/}.debian.tar.xz |