mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
Upstream moved to github and did a lot of cleanup. I have taken the opportunity to drop lots of complicated logic that I don't understand the need for, but which doesn't seem to be relevant to 0.10.x anyway. This is effectively a brand-new ebuild. Of particular note, the library soname is now incremented in CMakeLists.txt (with real ABI tracking!) and is NOT simply the appended project version in full. The slot has been adjusted accordingly. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
18 lines
485 B
XML
18 lines
485 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>zmedico@gentoo.org</email>
|
|
</maintainer>
|
|
<use>
|
|
<flag name="boost">Add support for boost</flag>
|
|
<flag name="tools">
|
|
Build and install commandline tools.
|
|
</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="github">podofo/podofo</remote-id>
|
|
<remote-id type="sourceforge">podofo</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|