summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Vroon <chainsaw@gentoo.org>2009-06-08 22:57:57 +0000
committerTony Vroon <chainsaw@gentoo.org>2009-06-08 22:57:57 +0000
commit527dff4e1c1d720ba916da56e2b33f28c76739b1 (patch)
tree3725d9f14c82190da304c5083a82057872e07e37 /app-pda/libplist
parentStable for HPPA (bug #271933). (diff)
downloadhistorical-527dff4e1c1d720ba916da56e2b33f28c76739b1.tar.gz
historical-527dff4e1c1d720ba916da56e2b33f28c76739b1.tar.bz2
historical-527dff4e1c1d720ba916da56e2b33f28c76739b1.zip
Initial commit. Ebuild greatly enhanced by Samuli Suominen <ssuominen@gentoo.org>, with thanks.
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
Diffstat (limited to 'app-pda/libplist')
-rw-r--r--app-pda/libplist/ChangeLog11
-rw-r--r--app-pda/libplist/Manifest15
-rw-r--r--app-pda/libplist/files/libplist-0.12-rpath.patch11
-rw-r--r--app-pda/libplist/libplist-0.12.ebuild29
-rw-r--r--app-pda/libplist/metadata.xml10
5 files changed, 76 insertions, 0 deletions
diff --git a/app-pda/libplist/ChangeLog b/app-pda/libplist/ChangeLog
new file mode 100644
index 000000000000..92a0a107c57a
--- /dev/null
+++ b/app-pda/libplist/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for app-pda/libplist
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libplist/ChangeLog,v 1.1 2009/06/08 22:57:56 chainsaw Exp $
+
+*libplist-0.12 (08 Jun 2009)
+
+ 08 Jun 2009; <chainsaw@gentoo.org> +libplist-0.12.ebuild,
+ +files/libplist-0.12-rpath.patch, +metadata.xml:
+ Initial commit. Ebuild greatly enhanced by Samuli Suominen
+ <ssuominen@gentoo.org>, with thanks.
+
diff --git a/app-pda/libplist/Manifest b/app-pda/libplist/Manifest
new file mode 100644
index 000000000000..f7739749e531
--- /dev/null
+++ b/app-pda/libplist/Manifest
@@ -0,0 +1,15 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+AUX libplist-0.12-rpath.patch 387 RMD160 3a887bda1203eb2e6d24b8752f947c8ea23d6c7f SHA1 c651d1dca4a75b12fd27c52d30fc5d813ac40b0c SHA256 3541c2e3a376a5227fe518b3293a98c81a2cb6656bc28c76d4531756737015a1
+DIST libplist-0.12.tar.bz2 59133 RMD160 a162d39f46f4b2f8fed8644a66e8cef273935404 SHA1 bdcaff582eaf82910df580631cd1a07f22b351ca SHA256 7b8170bb26759cec0945ca28c9f77e278025f051399e3c29124be21e248f1f3c
+EBUILD libplist-0.12.ebuild 926 RMD160 ef470ee3d6e76dd1750b1a8098e63cf9c98d6fa0 SHA1 dd80d3b060b8b91e7d5d7900533552fe781ce7f2 SHA256 55db3bc1fa009965d67a683984d5137483439e8cab1da5f3671ac498f4e594cf
+MISC ChangeLog 449 RMD160 312111f41415a84778bd525867882aff83e45656 SHA1 312c0294bdf3c60a7893335375ee242ac6d45e27 SHA256 df0d2c51138447c2b8530228732c0e2c8cd25e51c61d230ca7af7bd41ec94e0d
+MISC metadata.xml 250 RMD160 9b84b76c4212b2007d665eb817954438bc119f02 SHA1 3f69a31fb93ce89476bce6d689586f611017d8b4 SHA256 771f2b9efd3e845ceaef0f34ed1b40c268916e590445b2ef3dc90f7766d9aa7b
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.11 (GNU/Linux)
+
+iEYEARECAAYFAkotlxwACgkQp5vW4rUFj5oytgCeKmcIc4Xi3SJYnWDmJEh7m2of
+MyEAnjusHWf61ZHWAyLwnQifboJXeCzB
+=32fI
+-----END PGP SIGNATURE-----
diff --git a/app-pda/libplist/files/libplist-0.12-rpath.patch b/app-pda/libplist/files/libplist-0.12-rpath.patch
new file mode 100644
index 000000000000..d44ed0d9ec3b
--- /dev/null
+++ b/app-pda/libplist/files/libplist-0.12-rpath.patch
@@ -0,0 +1,11 @@
+diff -ur libplist-0.12.orig/CMakeLists.txt libplist-0.12/CMakeLists.txt
+--- libplist-0.12.orig/CMakeLists.txt 2009-05-05 00:09:22.000000000 +0300
++++ libplist-0.12/CMakeLists.txt 2009-06-09 01:47:35.000000000 +0300
+@@ -1,5 +1,7 @@
+ PROJECT( libplist )
+
++SET( CMAKE_SKIP_RPATH TRUE )
++
+ SET( LIBPLIST_VERSION_MAJOR "0" )
+ SET( LIBPLIST_VERSION_MINOR "12" )
+ SET( LIBPLIST_SOVERSION "0" ) \ No newline at end of file
diff --git a/app-pda/libplist/libplist-0.12.ebuild b/app-pda/libplist/libplist-0.12.ebuild
new file mode 100644
index 000000000000..e982b789d487
--- /dev/null
+++ b/app-pda/libplist/libplist-0.12.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libplist/libplist-0.12.ebuild,v 1.1 2009/06/08 22:57:56 chainsaw Exp $
+
+EAPI=2
+inherit cmake-utils eutils multilib python
+
+DESCRIPTION="Support library to deal with Apple Property Lists (Binary & XML)"
+HOMEPAGE="http://matt.colyer.name/projects/iphone-linux/index.php?title=Main_Page"
+SRC_URI="http://cloud.github.com/downloads/JonathanBeck/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="dev-libs/glib:2
+ dev-libs/libxml2"
+DEPEND="${RDEPEND}
+ dev-lang/swig"
+
+src_prepare() {
+ epatch "${FILESDIR}"/${P}-rpath.patch
+ python_version
+ sed -e 's:-Werror -Wall -modern:-Wall:g' \
+ -e "s:\${PYTHON_VERSION}:${PYVER}:g" \
+ -e "s:\${CMAKE_INSTALL_LIBDIR}:/usr/$(get_libdir):g" \
+ -i swig/CMakeLists.txt -i src/CMakeLists.txt || die "sed failed"
+}
diff --git a/app-pda/libplist/metadata.xml b/app-pda/libplist/metadata.xml
new file mode 100644
index 000000000000..0bef3c15362f
--- /dev/null
+++ b/app-pda/libplist/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>pda</herd>
+ <maintainer>
+ <email>chainsaw@gentoo.org</email>
+ <name>Tony Vroon</name>
+ </maintainer>
+</pkgmetadata>
+