summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Phillip Brink <binki@gentoo.org>2014-08-30 04:43:10 +0000
committerNathan Phillip Brink <binki@gentoo.org>2014-08-30 04:43:10 +0000
commitdf47b72feadebc97c1c8ae3cf49c2a74edacd219 (patch)
tree5116be3d451022076a57ad9a21df163eb7a48b12 /net-irc
parentMark amd64 wrt bug #520874 (diff)
downloadgentoo-2-df47b72feadebc97c1c8ae3cf49c2a74edacd219.tar.gz
gentoo-2-df47b72feadebc97c1c8ae3cf49c2a74edacd219.tar.bz2
gentoo-2-df47b72feadebc97c1c8ae3cf49c2a74edacd219.zip
Drop einstall() from bitchx-1.2 for bug #521438.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 743A52E86BA81050)
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/bitchx/ChangeLog7
-rw-r--r--net-irc/bitchx/bitchx-1.2.ebuild11
2 files changed, 10 insertions, 8 deletions
diff --git a/net-irc/bitchx/ChangeLog b/net-irc/bitchx/ChangeLog
index d4b3dc8c5f60..8551d60afa73 100644
--- a/net-irc/bitchx/ChangeLog
+++ b/net-irc/bitchx/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-irc/bitchx
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/ChangeLog,v 1.73 2013/01/28 19:32:19 jer Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/ChangeLog,v 1.74 2014/08/30 04:43:10 binki Exp $
+
+ 30 Aug 2014; Nathan Phillip Brink <binki@gentoo.org> bitchx-1.2.ebuild:
+ Drop einstall() from bitchx-1.2 for bug #521438.
28 Jan 2013; Jeroen Roovers <jer@gentoo.org> bitchx-1.2.ebuild,
files/bitchx-1.2-build.patch:
diff --git a/net-irc/bitchx/bitchx-1.2.ebuild b/net-irc/bitchx/bitchx-1.2.ebuild
index dca5a9f9e62a..0ec381afef11 100644
--- a/net-irc/bitchx/bitchx-1.2.ebuild
+++ b/net-irc/bitchx/bitchx-1.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.2.ebuild,v 1.3 2013/01/28 19:32:19 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.2.ebuild,v 1.4 2014/08/30 04:43:10 binki Exp $
EAPI=4
@@ -58,20 +58,19 @@ src_compile() {
}
src_install () {
- einstall
+ emake DESTDIR="${D}" install
dobin contrib/vh1
dosym BitchX /usr/bin/bitchx
- cd "${S}"
dodoc bugs Changelog README* IPv6-support
- cd "${S}"/doc
+ cd "${S}"/doc || die
insinto /usr/include/X11/bitmaps
doins BitchX.xpm
dodoc *.txt */*.txt
dohtml -r *
- cd "${S}"/dll
+ cd "${S}"/dll || die
docinto plugins
dodoc nap/README.nap
newdoc acro/README README.acro