diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2012-12-24 09:25:05 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2012-12-24 09:25:05 +0000 |
commit | dafd2e1887a9d326a4545289a7e9926a5004a6cb (patch) | |
tree | 5995bdbadf329b7da0cdc4bf32c3e92c2e369f94 /net-misc/httptype | |
parent | Cosmetic fix about maintainer info (diff) | |
download | gentoo-2-dafd2e1887a9d326a4545289a7e9926a5004a6cb.tar.gz gentoo-2-dafd2e1887a9d326a4545289a7e9926a5004a6cb.tar.bz2 gentoo-2-dafd2e1887a9d326a4545289a7e9926a5004a6cb.zip |
QA: fix description, do not install license file to docs
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-misc/httptype')
-rw-r--r-- | net-misc/httptype/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/httptype/httptype-1.3.9.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-misc/httptype/ChangeLog b/net-misc/httptype/ChangeLog index a2da14121542..7484d446d786 100644 --- a/net-misc/httptype/ChangeLog +++ b/net-misc/httptype/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/httptype # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/httptype/ChangeLog,v 1.6 2012/11/18 06:56:47 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/httptype/ChangeLog,v 1.7 2012/12/24 09:25:05 pinkbyte Exp $ + + 24 Dec 2012; Sergey Popov <pinkbyte@gentoo.org> httptype-1.3.9.ebuild: + QA: fix description, do not install license file to docs 18 Nov 2012; Sergey Popov <pinkbyte@gentoo.org> httptype-1.3.9.ebuild: Add missing 'die' statements, define RDEPEND explicitly, keyword ~amd64 diff --git a/net-misc/httptype/httptype-1.3.9.ebuild b/net-misc/httptype/httptype-1.3.9.ebuild index 7b8d0cc91ffb..7b2126833ba9 100644 --- a/net-misc/httptype/httptype-1.3.9.ebuild +++ b/net-misc/httptype/httptype-1.3.9.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/httptype/httptype-1.3.9.ebuild,v 1.4 2012/11/18 06:56:47 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/httptype/httptype-1.3.9.ebuild,v 1.5 2012/12/24 09:25:05 pinkbyte Exp $ -DESCRIPTION="httptype is a program that returns the http host software of a website." +DESCRIPTION="Returns the http host software of a website" HOMEPAGE="http://httptype.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" @@ -24,5 +24,5 @@ src_install() { #make PREFIX=${D}/usr install || die dobin httptype || die 'dobin failed' doman httptype.1 || die 'doman failed' - dodoc Changelog Copying README || die 'dodoc failed' + dodoc Changelog README || die 'dodoc failed' } |