diff options
author | 2015-08-16 09:30:02 +0200 | |
---|---|---|
committer | 2015-08-16 09:30:02 +0200 | |
commit | 160aeae60ddc8960ab971d1f6dc6f0233e7d3f78 (patch) | |
tree | 7e31a545c40c1819347aba039973f11d91f1224c /app-text/teseq/teseq-1.1.1.ebuild | |
parent | dev-ruby/http: version bump (diff) | |
download | gentoo-160aeae60ddc8960ab971d1f6dc6f0233e7d3f78.tar.gz gentoo-160aeae60ddc8960ab971d1f6dc6f0233e7d3f78.tar.bz2 gentoo-160aeae60ddc8960ab971d1f6dc6f0233e7d3f78.zip |
app-text/teseq: Initial commit.
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'app-text/teseq/teseq-1.1.1.ebuild')
-rw-r--r-- | app-text/teseq/teseq-1.1.1.ebuild | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app-text/teseq/teseq-1.1.1.ebuild b/app-text/teseq/teseq-1.1.1.ebuild new file mode 100644 index 000000000000..03d5c94b1a05 --- /dev/null +++ b/app-text/teseq/teseq-1.1.1.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +DESCRIPTION="a tool for analyzing files that contain control characters and terminal control sequences" +HOMEPAGE="http://www.gnu.org/software/teseq/" +SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" |