mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
x11-misc/xsel: Fix toolong DESCRIPTION
Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3864
This commit is contained in:
committed by
David Seifert
parent
e6db169096
commit
fa34a79f7f
@@ -4,7 +4,7 @@
|
||||
|
||||
EAPI=4
|
||||
|
||||
DESCRIPTION="XSel is a command-line program for getting and setting the contents of the X selection"
|
||||
DESCRIPTION="Command-line program for getting and setting the contents of the X selection"
|
||||
HOMEPAGE="http://www.vergenet.net/~conrad/software/xsel"
|
||||
SRC_URI="http://www.vergenet.net/~conrad/software/${PN}/download/${P}.tar.gz"
|
||||
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
inherit autotools git-r3
|
||||
|
||||
DESCRIPTION="command-line program for getting and setting the contents of the X selection"
|
||||
DESCRIPTION="Command-line program for getting and setting the contents of the X selection"
|
||||
HOMEPAGE="http://www.vergenet.net/~conrad/software/xsel"
|
||||
EGIT_REPO_URI="https://github.com/kfish/xsel.git"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user