diff options
author | Steve Arnold <nerdboy@gentoo.org> | 2010-09-29 02:21:45 +0000 |
---|---|---|
committer | Steve Arnold <nerdboy@gentoo.org> | 2010-09-29 02:21:45 +0000 |
commit | 140df9ddd081b645175209b46e5f678afd5deb38 (patch) | |
tree | 313122a2ac04081de347350019ea1ae965d43c53 /dev-libs/liblist | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-140df9ddd081b645175209b46e5f678afd5deb38.tar.gz gentoo-2-140df9ddd081b645175209b46e5f678afd5deb38.tar.bz2 gentoo-2-140df9ddd081b645175209b46e5f678afd5deb38.zip |
Added upstream patch, cleaned up docdir confusion and old versions.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/liblist')
-rw-r--r-- | dev-libs/liblist/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/liblist/liblist-2.3.1-r1.ebuild | 9 |
2 files changed, 12 insertions, 3 deletions
diff --git a/dev-libs/liblist/ChangeLog b/dev-libs/liblist/ChangeLog index 84db33fdc386..368a58415ee9 100644 --- a/dev-libs/liblist/ChangeLog +++ b/dev-libs/liblist/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/liblist # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/liblist/ChangeLog,v 1.5 2010/08/13 03:06:15 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/liblist/ChangeLog,v 1.6 2010/09/29 02:21:45 nerdboy Exp $ + + 29 Sep 2010; Steve Arnold <nerdboy@gentoo.org> liblist-2.3.1-r1.ebuild: + Added upstream patch and cleaned up docdir confusion. Also removed old + versions. *liblist-2.3.1-r1 (13 Aug 2010) diff --git a/dev-libs/liblist/liblist-2.3.1-r1.ebuild b/dev-libs/liblist/liblist-2.3.1-r1.ebuild index 36e454eb0eea..da5559423b70 100644 --- a/dev-libs/liblist/liblist-2.3.1-r1.ebuild +++ b/dev-libs/liblist/liblist-2.3.1-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/dev-libs/liblist/liblist-2.3.1-r1.ebuild,v 1.1 2010/08/13 03:06:15 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/liblist/liblist-2.3.1-r1.ebuild,v 1.2 2010/09/29 02:21:45 nerdboy Exp $ EAPI=3 @@ -15,8 +15,13 @@ SLOT="0" KEYWORDS="~amd64 ~amd64-linux ~ppc ~ppc64 ~x86" IUSE="doc examples static-libs" +DEPEND="doc? ( media-gfx/transfig + dev-texlive/texlive-metapost + virtual/latex-base )" + src_configure() { - econf $(use_enable doc docs) \ + econf --docdir=/usr/share/doc/${P} \ + $(use_enable doc docs) \ $(use_enable examples) \ $(use_enable static-libs static) } |