]> Pileus Git - ~andy/sunrise/commitdiff
dev-cpp/libcutl: Version bump. Use autotools-utils eclass.
authorMichał Górny <mgorny@gentoo.org>
Thu, 29 Dec 2011 16:46:24 +0000 (16:46 +0000)
committerMichał Górny <mgorny@gentoo.org>
Thu, 29 Dec 2011 16:46:24 +0000 (16:46 +0000)
(Portage version: 2.2.0_alpha84/git/Linux x86_64, signed Manifest commit with key 42B9401D)

svn path=/sunrise/; revision=12611

dev-cpp/libcutl/ChangeLog
dev-cpp/libcutl/Manifest
dev-cpp/libcutl/libcutl-1.4.1.ebuild [deleted file]
dev-cpp/libcutl/libcutl-1.6.2.ebuild [new file with mode: 0644]

index 3fd405976e35cc60114d792e523722ff6bb4682e..fdd84306b456db31d2638ea942edb3a9f4025dcb 100644 (file)
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*libcutl-1.6.2 (29 Dec 2011)
+
+  29 Dec 2011; Michał Górny <mgorny@gentoo.org> -libcutl-1.4.1.ebuild,
+  +libcutl-1.6.2.ebuild:
+  Version bump. Use autotools-utils eclass.
+
 *libcutl-1.4.1 (27 Jun 2011)
 
   27 Jun 2011; Nathan Phillip Brink <binki@gentoo.org>
index b1e63354e2f82e8a386d233f9f1b0dea552bd0ea..9ae99c02a30df4cbe0f9b25a0bf2c998bffbc704 100644 (file)
@@ -1,4 +1,16 @@
-DIST libcutl-1.4.1.tar.bz2 255889 RMD160 867a599b2b1da68ef83f3d369fb7318068b61888 SHA1 b62c641795628a62d09f42fb71cae56294f07662 SHA256 e9be307b985ac119156afb146b25be5b532bf4ee4e2e269f436ddca2d579b32f
-EBUILD libcutl-1.4.1.ebuild 460 RMD160 08131a889aa12e7b6fa8eb915aae07106dbd2fd4 SHA1 1da7a99ab5041bf04e81c59a8095d93a5a2028a8 SHA256 c791a07732c44f26cc2634d6d73b23f481bc003991e098cc95955a6b60e6729a
-MISC ChangeLog 581 RMD160 f303e453e1802745fc9069df8c6069d1b3b00743 SHA1 3d77e0272dcf4bf943d586a6954c5b97522f57a6 SHA256 1c9b4a8adc7ce96bf7f07c2f65349056942f1bb5288eaba53c770a839030419a
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+DIST libcutl-1.6.2.tar.bz2 631712 RMD160 31a210bee6e6f197fc0484fbf07f9855f5fbf420 SHA1 819cc51c34a8fe5de98d2fb454711ed813d161f8 SHA256 4383097aa563ab2f1fafd531f8fa57795be3dd95b14e3600064a9a66a07e6b36
+EBUILD libcutl-1.6.2.ebuild 728 RMD160 e953c5672aa45a8d738282cbb1ed1a1990df2cab SHA1 0b3ae62836b73f717241de31eadab65938751f57 SHA256 901e7e9640fdb2060b287fe52f36a434e36ea9e8b68512e611edae4cae77d244
+MISC ChangeLog 754 RMD160 8d82c4129256412b62c7c16afe0c4d884abeb5e0 SHA1 47a9b978578323bba0f4317e3821b7879fa42bf0 SHA256 b379683e265a07bd4261ed64e3974a0e0000359b3fb049186017e247ae8676b4
 MISC metadata.xml 208 RMD160 c18611400760e42bdd001905be0a63c2e963bcea SHA1 595816105cac477cb85792a182e15888029118a1 SHA256 c4841c87f0c2b9b5e679a27dc72180be8d508fb3f5df0fbab2ec2c805c0a6d82
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.18 (GNU/Linux)
+
+iJwEAQEIAAYFAk78f+0ACgkQfXuS5UK5QB13pwQAgCtAZE5M0zcYT7z1nl1BNSS+
+QTD5TS7/VzS3ib1v7R9OkxFAyDOVf61QUVpQp7wBkxZTstqUBKvAqTM0/Gt3hYG5
+WY693hmy0VBhyir2dE5qsd6sNlR/L8oTOZcZtTiEDfZVeyRE6UBSsVYJRhSblHjC
+xiwC94RacI7+LlP9UrA=
+=5GVF
+-----END PGP SIGNATURE-----
diff --git a/dev-cpp/libcutl/libcutl-1.4.1.ebuild b/dev-cpp/libcutl/libcutl-1.4.1.ebuild
deleted file mode 100644 (file)
index d3f13d1..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-inherit versionator
-
-DESCRIPTION="Library of C++ utilities with evil buildsystem"
-HOMEPAGE="http://codesynthesis.com/projects/libcutl/"
-SRC_URI="http://codesynthesis.com/download/${PN}/$(get_version_component_range 1-2)/${P}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-src_install() {
-       default
-       dodoc NEWS README
-}
diff --git a/dev-cpp/libcutl/libcutl-1.6.2.ebuild b/dev-cpp/libcutl/libcutl-1.6.2.ebuild
new file mode 100644 (file)
index 0000000..7ab80e1
--- /dev/null
@@ -0,0 +1,34 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit autotools-utils versionator
+
+DESCRIPTION="Library of C++ utilities -- meta-programming tests, smart pointers, containers"
+HOMEPAGE="http://codesynthesis.com/projects/libcutl/"
+SRC_URI="http://codesynthesis.com/download/${PN}/$(get_version_component_range 1-2)/${P}.tar.bz2"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="static-libs"
+
+RDEPEND="dev-libs/boost"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+       local myeconfargs=(
+               --with-external-boost
+               --docdir=/tmp/dropme
+       )
+
+       autotools-utils_src_configure
+}
+
+src_install() {
+       autotools-utils_src_install
+
+       rm -r "${D}"/tmp/dropme || die
+}