diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-04-14 18:48:30 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-04-14 18:48:30 +0000 |
commit | 1718bf81e11993a3286d3aacb09bc3b6cbced97f (patch) | |
tree | 1a773aaa071171cb4177fc6676d7c5a43813bf8d /net-mail | |
parent | Fix LICENSE, bug 446484. (diff) | |
download | gentoo-2-1718bf81e11993a3286d3aacb09bc3b6cbced97f.tar.gz gentoo-2-1718bf81e11993a3286d3aacb09bc3b6cbced97f.tar.bz2 gentoo-2-1718bf81e11993a3286d3aacb09bc3b6cbced97f.zip |
Fix LICENSE, bug 446486.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/queue-fix/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/queue-fix/queue-fix-1.4-r2.ebuild | 11 |
2 files changed, 10 insertions, 8 deletions
diff --git a/net-mail/queue-fix/ChangeLog b/net-mail/queue-fix/ChangeLog index 82625c050782..0868075f504e 100644 --- a/net-mail/queue-fix/ChangeLog +++ b/net-mail/queue-fix/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/queue-fix -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/queue-fix/ChangeLog,v 1.19 2011/02/06 10:13:54 leio Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/queue-fix/ChangeLog,v 1.20 2014/04/14 18:48:30 ulm Exp $ + + 14 Apr 2014; Ulrich Müller <ulm@gentoo.org> queue-fix-1.4-r2.ebuild: + Fix LICENSE, bug 446486. 06 Feb 2011; Mart Raudsepp <leio@gentoo.org> queue-fix-1.4-r2.ebuild: Drop to ~mips diff --git a/net-mail/queue-fix/queue-fix-1.4-r2.ebuild b/net-mail/queue-fix/queue-fix-1.4-r2.ebuild index 22315d986280..0c7b2a4d572b 100644 --- a/net-mail/queue-fix/queue-fix-1.4-r2.ebuild +++ b/net-mail/queue-fix/queue-fix-1.4-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/queue-fix/queue-fix-1.4-r2.ebuild,v 1.19 2011/02/06 10:13:54 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/queue-fix/queue-fix-1.4-r2.ebuild,v 1.20 2014/04/14 18:48:30 ulm Exp $ inherit eutils toolchain-funcs fixheadtails @@ -9,18 +9,17 @@ HOMEPAGE="http://www.netmeridian.com/e-huss/" SRC_URI="http://www.netmeridian.com/e-huss/${P}.tar.gz mirror://qmail/queue-fix-todo.patch" -LICENSE="as-is" +LICENSE="all-rights-reserved public-domain" # includes code from qmail SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc s390 sh sparc x86" -IUSE="" +RESTRICT="mirror bindist" -DEPEND="" PDEPEND="virtual/qmail" src_unpack() { unpack ${P}.tar.gz epatch "${DISTDIR}"/queue-fix-todo.patch - sed -i 's/^extern int errno;/#include <errno.h>/' ${S}/error.h + sed -i 's/^extern int errno;/#include <errno.h>/' "${S}"/error.h ht_fix_file "${S}"/Makefile* } |