diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2013-02-07 05:46:33 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2013-02-07 05:46:33 +0000 |
commit | 974aa183fbdedce89e511429ffaed448ec3fd554 (patch) | |
tree | 39bbec5231af436a704d473f9e12773ecf514e49 /sci-libs/dlib | |
parent | Version bump. (diff) | |
download | gentoo-2-974aa183fbdedce89e511429ffaed448ec3fd554.tar.gz gentoo-2-974aa183fbdedce89e511429ffaed448ec3fd554.tar.bz2 gentoo-2-974aa183fbdedce89e511429ffaed448ec3fd554.zip |
Version bump
(Portage version: 2.2.01.21688-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'sci-libs/dlib')
-rw-r--r-- | sci-libs/dlib/ChangeLog | 8 | ||||
-rw-r--r-- | sci-libs/dlib/dlib-18.0.ebuild (renamed from sci-libs/dlib/dlib-17.48.ebuild) | 13 |
2 files changed, 13 insertions, 8 deletions
diff --git a/sci-libs/dlib/ChangeLog b/sci-libs/dlib/ChangeLog index 54a8f5a0587f..e4bc9ea417d1 100644 --- a/sci-libs/dlib/ChangeLog +++ b/sci-libs/dlib/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-libs/dlib # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/dlib/ChangeLog,v 1.4 2013/01/15 17:34:07 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/dlib/ChangeLog,v 1.5 2013/02/07 05:46:33 bicatali Exp $ + +*dlib-18.0 (07 Feb 2013) + + 07 Feb 2013; Sébastien Fabbro <bicatali@gentoo.org> +dlib-18.0.ebuild, + -dlib-17.48.ebuild: + Version bump *dlib-17.49 (15 Jan 2013) diff --git a/sci-libs/dlib/dlib-17.48.ebuild b/sci-libs/dlib/dlib-18.0.ebuild index 80a24515bf58..d6adfcd6cbb2 100644 --- a/sci-libs/dlib/dlib-17.48.ebuild +++ b/sci-libs/dlib/dlib-18.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/dlib/dlib-17.48.ebuild,v 1.1 2012/12/11 00:09:49 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/dlib/dlib-18.0.ebuild,v 1.1 2013/02/07 05:46:33 bicatali Exp $ -EAPI=4 +EAPI=5 inherit flag-o-matic toolchain-funcs @@ -24,7 +24,7 @@ RDEPEND=" DEPEND="test? ( ${RDEPEND} )" src_prepare() { - epatch "${FILESDIR}"/${P}-makefile-test.patch + epatch "${FILESDIR}"/${PN}-17.48-makefile-test.patch } src_test() { @@ -36,9 +36,8 @@ src_test() { src_install() { dodoc dlib/README.txt rm -r dlib/{README,LICENSE}.txt dlib/test || die - insinto /usr/include - doins -r dlib - use doc && dohtml docs/* + doheader -r dlib + use doc && dohtml -r docs/* if use examples; then insinto /usr/share/doc/${PF} doins -r examples |