diff options
author | Patrick Lauer <patrick@gentoo.org> | 2014-08-10 10:58:06 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2014-08-10 10:58:06 +0000 |
commit | 924d742afcc9bea7cd0f00bac90f19220925f0cf (patch) | |
tree | 2ac14ef647c61638212f19ba0a877921cdc58de4 /app-doc/psmark/psmark-2.1.ebuild | |
parent | Update homepage, remove old (diff) | |
download | gentoo-2-924d742afcc9bea7cd0f00bac90f19220925f0cf.tar.gz gentoo-2-924d742afcc9bea7cd0f00bac90f19220925f0cf.tar.bz2 gentoo-2-924d742afcc9bea7cd0f00bac90f19220925f0cf.zip |
Fix description for more repoman happy
(Portage version: 2.2.11-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-doc/psmark/psmark-2.1.ebuild')
-rw-r--r-- | app-doc/psmark/psmark-2.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-doc/psmark/psmark-2.1.ebuild b/app-doc/psmark/psmark-2.1.ebuild index c41db755a659..6bcba2e6f663 100644 --- a/app-doc/psmark/psmark-2.1.ebuild +++ b/app-doc/psmark/psmark-2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/psmark/psmark-2.1.ebuild,v 1.3 2009/10/04 19:14:37 vostorga Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/psmark/psmark-2.1.ebuild,v 1.4 2014/08/10 10:58:06 patrick Exp $ inherit eutils toolchain-funcs @@ -9,7 +9,7 @@ MY_P=${MY_PN}${PV} S=${WORKDIR}/${PN} IUSE="" -DESCRIPTION="Prints watermark-like text on any PostScript document." +DESCRIPTION="Prints watermark-like text on any PostScript document" HOMEPAGE="http://www.antitachyon.com/Content/10_Produkte/50_Utilities/psmark/" SRC_URI="http://www.antitachyon.com/download/${MY_P}.tar.gz" |