summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Alexander <wired@gentoo.org>2010-02-25 21:33:00 +0000
committerAlex Alexander <wired@gentoo.org>2010-02-25 21:33:00 +0000
commit001b2f5a605c17ef1334e04630c0abd5446a21ac (patch)
treea607f88f7cd62a5d3c5db29d5f54beb7cb154464 /media-sound/pms
parentstable x86, bug 306793 (diff)
downloadgentoo-2-001b2f5a605c17ef1334e04630c0abd5446a21ac.tar.gz
gentoo-2-001b2f5a605c17ef1334e04630c0abd5446a21ac.tar.bz2
gentoo-2-001b2f5a605c17ef1334e04630c0abd5446a21ac.zip
[media-sound/pms] install some doc files
(Portage version: 2.2_rc63/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/pms')
-rw-r--r--media-sound/pms/ChangeLog8
-rw-r--r--media-sound/pms/pms-0.41-r1.ebuild (renamed from media-sound/pms/pms-0.41.ebuild)8
2 files changed, 14 insertions, 2 deletions
diff --git a/media-sound/pms/ChangeLog b/media-sound/pms/ChangeLog
index 38e563e65724..6fc955b504d3 100644
--- a/media-sound/pms/ChangeLog
+++ b/media-sound/pms/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-sound/pms
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/pms/ChangeLog,v 1.1 2010/02/25 21:23:18 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/pms/ChangeLog,v 1.2 2010/02/25 21:33:00 wired Exp $
+
+*pms-0.41-r1 (25 Feb 2010)
+
+ 25 Feb 2010; Alex Alexander <wired@gentoo.org> -pms-0.41.ebuild,
+ +pms-0.41-r1.ebuild:
+ install some doc files
*pms-0.41 (25 Feb 2010)
diff --git a/media-sound/pms/pms-0.41.ebuild b/media-sound/pms/pms-0.41-r1.ebuild
index f3ef0708bfdc..bc135693a296 100644
--- a/media-sound/pms/pms-0.41.ebuild
+++ b/media-sound/pms/pms-0.41-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/pms/pms-0.41.ebuild,v 1.1 2010/02/25 21:23:18 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/pms/pms-0.41-r1.ebuild,v 1.1 2010/02/25 21:33:00 wired Exp $
EAPI=2
@@ -21,3 +21,9 @@ DEPEND="
regex? ( >=dev-libs/boost-1.36 )
"
RDEPEND="${DEPEND}"
+
+src_install() {
+ emake DESTDIR="${D}" install || die "installation failed"
+
+ dodoc AUTHORS README TODO
+}