diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-07-18 14:06:35 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-07-18 14:06:35 +0000 |
commit | ee2f863ecb55625b1651cd057a8c876cbb7f3598 (patch) | |
tree | f80015ca43a83cd7309fe20ec0bbfa57cd99ec20 /sys-boot | |
parent | Keyword ~arm. (diff) | |
download | gentoo-2-ee2f863ecb55625b1651cd057a8c876cbb7f3598.tar.gz gentoo-2-ee2f863ecb55625b1651cd057a8c876cbb7f3598.tar.bz2 gentoo-2-ee2f863ecb55625b1651cd057a8c876cbb7f3598.zip |
Drop remove-HOME-TERM patch. README is gone.
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/palo/ChangeLog | 5 | ||||
-rw-r--r-- | sys-boot/palo/palo-9999.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-boot/palo/ChangeLog b/sys-boot/palo/ChangeLog index fb5c869b8610..68933f7e4c50 100644 --- a/sys-boot/palo/ChangeLog +++ b/sys-boot/palo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-boot/palo # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/palo/ChangeLog,v 1.36 2013/06/29 13:39:26 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/palo/ChangeLog,v 1.37 2013/07/18 14:06:35 jer Exp $ + + 18 Jul 2013; Jeroen Roovers <jer@gentoo.org> palo-9999.ebuild: + Drop remove-HOME-TERM patch. README is gone. 29 Jun 2013; Jeroen Roovers <jer@gentoo.org> palo-9999.ebuild: README and README.html have the same content, so we only need one of them. diff --git a/sys-boot/palo/palo-9999.ebuild b/sys-boot/palo/palo-9999.ebuild index 96957fba88aa..5dd0ba476e20 100644 --- a/sys-boot/palo/palo-9999.ebuild +++ b/sys-boot/palo/palo-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/palo/palo-9999.ebuild,v 1.2 2013/06/29 13:39:26 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/palo/palo-9999.ebuild,v 1.3 2013/07/18 14:06:35 jer Exp $ EAPI=5 @@ -17,7 +17,6 @@ IUSE="" src_prepare() { epatch \ - "${FILESDIR}"/${PN}-remove-HOME-TERM.patch \ "${FILESDIR}"/${PN}-1.18-include.patch \ "${FILESDIR}"/${PN}-9999-open.patch \ "${FILESDIR}"/${PN}-9999-toolchain.patch @@ -36,7 +35,8 @@ src_install() { dosbin palo/palo doman palo.8 - dodoc README palo.conf + dodoc palo.conf + dohtml README.html insinto /etc doins "${FILESDIR}"/palo.conf |