summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-07-04 09:08:02 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-07-04 09:08:02 +0000
commit3b8003ab86a52ab61128384cee4bf16c7b12c958 (patch)
tree83833167ebfb319201740d366dd9b4745c3f9146 /media-video/makemkv
parentmarked x86 per bug 401509 (diff)
downloadgentoo-2-3b8003ab86a52ab61128384cee4bf16c7b12c958.tar.gz
gentoo-2-3b8003ab86a52ab61128384cee4bf16c7b12c958.tar.bz2
gentoo-2-3b8003ab86a52ab61128384cee4bf16c7b12c958.zip
Stop installing the EULA to the filesystem.
(Portage version: 2.2.0_alpha115/cvs/Linux x86_64)
Diffstat (limited to 'media-video/makemkv')
-rw-r--r--media-video/makemkv/ChangeLog5
-rw-r--r--media-video/makemkv/makemkv-1.7.6.ebuild4
2 files changed, 5 insertions, 4 deletions
diff --git a/media-video/makemkv/ChangeLog b/media-video/makemkv/ChangeLog
index 4c1267598ae7..b9bcd39813a5 100644
--- a/media-video/makemkv/ChangeLog
+++ b/media-video/makemkv/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-video/makemkv
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/makemkv/ChangeLog,v 1.9 2012/07/04 09:03:05 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/makemkv/ChangeLog,v 1.10 2012/07/04 09:08:02 ssuominen Exp $
+
+ 04 Jul 2012; Samuli Suominen <ssuominen@gentoo.org> makemkv-1.7.6.ebuild:
+ Stop installing the EULA to the filesystem.
04 Jul 2012; Samuli Suominen <ssuominen@gentoo.org> makemkv-1.7.6.ebuild:
Install hicolor icons and update icon cache. Use virtual/opengl instead of
diff --git a/media-video/makemkv/makemkv-1.7.6.ebuild b/media-video/makemkv/makemkv-1.7.6.ebuild
index b9f715fb9322..34eca1d67bc1 100644
--- a/media-video/makemkv/makemkv-1.7.6.ebuild
+++ b/media-video/makemkv/makemkv-1.7.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/makemkv/makemkv-1.7.6.ebuild,v 1.2 2012/07/04 09:03:05 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/makemkv/makemkv-1.7.6.ebuild,v 1.3 2012/07/04 09:08:02 ssuominen Exp $
EAPI=4
inherit eutils gnome2-utils multilib
@@ -70,8 +70,6 @@ src_install() {
# install license and default profile
pushd "${WORKDIR}"/${MY_PB}/src >/dev/null
- into /usr
- dodoc eula_en_linux.txt
insinto /usr/share/${PF}
doins share/${DEFAULT_PROFILE}
popd >/dev/null