Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 358908 Details for
Bug 485262
dev-cpp/cereal - A C++11 Library for serialization
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild for cereal-0.9.1
cereal-0.9.1.ebuild (text/plain), 4.06 KB, created by
Taahir Ahmed
on 2013-09-18 06:31:29 UTC
(
hide
)
Description:
Ebuild for cereal-0.9.1
Filename:
MIME Type:
Creator:
Taahir Ahmed
Created:
2013-09-18 06:31:29 UTC
Size:
4.06 KB
patch
obsolete
># Copyright 1999-2013 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="5" > ># Eclass inherits ># eutils: generic functions to make life easier ># cmake-utils: for handling cmake-based projects >inherit eutils > >SRC_URI="https://github.com/USCiLab/${PN}/archive/v${PV}.tar.gz" > >DESCRIPTION="A C++11 library for serialization." >HOMEPAGE="http://uscilab.github.io/cereal/index.html" > >LICENSE="BSD" >SLOT="0" >KEYWORDS="~x86 ~amd64" > ># Only use flags are for testing. >IUSE="${IUSE}" > ># We don't have any runtime dependencies. >RDEPEND="" > ># We need a gcc version high enough to support all the cpp11 we're using. >DEPEND="${RDEPEND} > >=sys-devel/gcc-4.7.0 >" > ># We don't want the default compile action, as that will run "make all". ># The only targets in their makefile are unit tests, coverage, and ># benchmarking. >src_compile() { > return >} > ># Their makefile has no install target. Rather, we need to just copy the ># include/cereal directory to /usr/include. >src_install() { > > # Top level include directory. > dodir /usr/include/cereal > insinto /usr/include/cereal > > doins include/cereal/access.hpp include/cereal/cereal.hpp > > # Support for different archive formats. > dodir /usr/include/cereal/archives > insinto /usr/include/cereal/archives > > doins include/cereal/archives/binary.hpp > doins include/cereal/archives/json.hpp > doins include/cereal/archives/portable_binary.hpp > doins include/cereal/archives/xml.hpp > > # Plumbing > dodir /usr/include/cereal/details > insinto /usr/include/cereal/details > > doins include/cereal/details/helpers.hpp > doins include/cereal/details/polymorphic_impl.hpp > doins include/cereal/details/static_object.hpp > doins include/cereal/details/traits.hpp > doins include/cereal/details/util.hpp > > # Various STL and Boost types. > dodir /usr/include/cereal/types > insinto /usr/include/cereal/types > > doins include/cereal/types/array.hpp > doins include/cereal/types/base_class.hpp > doins include/cereal/types/bitset.hpp > doins include/cereal/types/boost_variant.hpp > doins include/cereal/types/chrono.hpp > doins include/cereal/types/common.hpp > doins include/cereal/types/complex.hpp > doins include/cereal/types/deque.hpp > doins include/cereal/types/forward_list.hpp > doins include/cereal/types/list.hpp > doins include/cereal/types/map.hpp > doins include/cereal/types/memory.hpp > doins include/cereal/types/polymorphic.hpp > doins include/cereal/types/queue.hpp > doins include/cereal/types/set.hpp > doins include/cereal/types/stack.hpp > doins include/cereal/types/string.hpp > doins include/cereal/types/tuple.hpp > doins include/cereal/types/tuple.hpp > doins include/cereal/types/unordered_map.hpp > doins include/cereal/types/unordered_set.hpp > doins include/cereal/types/utility.hpp > doins include/cereal/types/vector.hpp > > # External libraries included by cereal. > dodir /usr/include/cereal/external > insinto /usr/include/cereal/external > > doins include/cereal/external/base64.hpp > > # RapidJSON > dodir /usr/include/cereal/external/rapidjson > insinto /usr/include/cereal/external/rapidjson > > doins include/cereal/external/rapidjson/document.h > doins include/cereal/external/rapidjson/filestream.h > doins include/cereal/external/rapidjson/genericstream.h > doins include/cereal/external/rapidjson/prettywriter.h > doins include/cereal/external/rapidjson/rapidjson.h > doins include/cereal/external/rapidjson/reader.h > doins include/cereal/external/rapidjson/stringbuffer.h > doins include/cereal/external/rapidjson/writer.h > > # RapidJSON internals > dodir /usr/include/cereal/external/rapidjson/internal > insinto /usr/include/cereal/external/rapidjson/internal > > doins include/cereal/external/rapidjson/internal/pow10.h > doins include/cereal/external/rapidjson/internal/stack.h > doins include/cereal/external/rapidjson/internal/strfunc.h > > # RapidXML > dodir /usr/include/cereal/external/rapidxml > insinto /usr/include/cereal/external/rapidxml > > doins include/cereal/external/rapidxml/rapidxml.hpp > doins include/cereal/external/rapidxml/rapidxml_iterators.hpp > doins include/cereal/external/rapidxml/rapidxml_print.hpp > doins include/cereal/external/rapidxml/rapidxml_utils.hpp >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 485262
: 358908