diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2013-07-06 17:51:03 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2013-07-06 17:51:03 +0000 |
commit | 1ddc4a56d8fc7ba615b2901706436bf39826c98c (patch) | |
tree | 91c0980b39c2cbd8fa5847540c40d09f6131f699 /media-libs | |
parent | Stable for alpha, wrt bug #469752 (diff) | |
download | gentoo-2-1ddc4a56d8fc7ba615b2901706436bf39826c98c.tar.gz gentoo-2-1ddc4a56d8fc7ba615b2901706436bf39826c98c.tar.bz2 gentoo-2-1ddc4a56d8fc7ba615b2901706436bf39826c98c.zip |
added prefix support
(Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/speex/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/speex/speex-1.2_rc1-r1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/media-libs/speex/ChangeLog b/media-libs/speex/ChangeLog index b52515ec3691..c219869afdb3 100644 --- a/media-libs/speex/ChangeLog +++ b/media-libs/speex/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/speex # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/speex/ChangeLog,v 1.102 2013/06/05 00:22:59 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/speex/ChangeLog,v 1.103 2013/07/06 17:51:03 ottxor Exp $ + + 06 Jul 2013; Christoph Junghans <ottxor@gentoo.org> speex-1.2_rc1-r1.ebuild: + added prefix support 05 Jun 2013; Mike Frysinger <vapier@gentoo.org> metadata.xml: Add upstream CPE tag (security info) from ChromiumOS. diff --git a/media-libs/speex/speex-1.2_rc1-r1.ebuild b/media-libs/speex/speex-1.2_rc1-r1.ebuild index 6aa42747f262..c030eabbd11d 100644 --- a/media-libs/speex/speex-1.2_rc1-r1.ebuild +++ b/media-libs/speex/speex-1.2_rc1-r1.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/media-libs/speex/speex-1.2_rc1-r1.ebuild,v 1.4 2013/04/26 17:47:39 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/speex/speex-1.2_rc1-r1.ebuild,v 1.5 2013/07/06 17:51:03 ottxor Exp $ EAPI=5 inherit autotools eutils flag-o-matic @@ -13,7 +13,7 @@ SRC_URI="http://downloads.xiph.org/releases/speex/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="ogg sse static-libs" RDEPEND="ogg? ( media-libs/libogg:= )" @@ -44,7 +44,7 @@ src_configure() { } src_install() { - emake DESTDIR="${D}" docdir=/usr/share/doc/${PF} install + emake DESTDIR="${D}" docdir="${EPREFIX}/usr/share/doc/${PF}" install dodoc AUTHORS ChangeLog NEWS README* TODO prune_libtool_files |