]> Pileus Git - ~andy/sunrise/commitdiff
dev-libs/libaxl: EAPI bump, version bump, added patch for -Werror.
authorPiotr Szymaniak <lazy_bum@o2.pl>
Tue, 5 Jul 2011 22:02:11 +0000 (22:02 +0000)
committerPiotr Szymaniak <lazy_bum@o2.pl>
Tue, 5 Jul 2011 22:02:11 +0000 (22:02 +0000)
svn path=/sunrise/; revision=12212

dev-libs/libaxl/ChangeLog
dev-libs/libaxl/Manifest
dev-libs/libaxl/files/libaxl-0.6.4-werror.patch [new file with mode: 0644]
dev-libs/libaxl/libaxl-0.6.4.ebuild [moved from dev-libs/libaxl/libaxl-0.6.3.ebuild with 73% similarity]

index 7a499db2939205bfce8b5af5eff4592738b04fe0..8572a0daf128fb16b947d605b3b977af4f6670f9 100644 (file)
@@ -2,6 +2,10 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  05 Jul 2011; Piotr Szymaniak <szarpaj@grubelek.pl> -libaxl-0.6.3.ebuild,
+  +libaxl-0.6.4.ebuild, +files/libaxl-0.6.4-werror.patch:
+  EAPI bump, version bump, added patch for -Werror.
+
   19 Jan 2011; Jan Matejka (yac) <yac@blesmrt.net> +libaxl-0.6.3.ebuild,
   +metadata.xml:
   new ebuild for bug 197101
index 9ede8f765e7b712a24739e51a82ae2130d459fd1..1c5a288777800ab18c14e17edd8285d2f3d3f6d6 100644 (file)
@@ -1,4 +1,5 @@
-DIST axl-0.6.3.b4475.g4476.tar.gz 888037 RMD160 e199fcef0847cdf9a27b81ff2dbae1f232b6d3a1 SHA1 9c81bbb4ccd26aeb3d7b054974c79e77fecba954 SHA256 0312bd7287f13aeb0ee4e8719acd488f775fcfb2d77ef7cc444d6d732b7a78c1
-EBUILD libaxl-0.6.3.ebuild 714 RMD160 cbf19f8e53b8d0802fb515c5bed94d13475e42b4 SHA1 751e9369177fa8c7c4f0015e205e1ca053efa7e1 SHA256 34736fec8f2db6d97f7e44501942ded196a940774d899f1f23e917354e26f1eb
-MISC ChangeLog 235 RMD160 3974db5f66a959b90f072a59e48dd44860e39cbb SHA1 ba67145e627bf19bc7e3278bded46629c363f120 SHA256 a28c634a9ae8a8cb5b281c146e1e5126f9743e426d1b071fc5690a945ad450fc
+AUX libaxl-0.6.4-werror.patch 802 RMD160 20dacad27211082569ed8767b22b6e50cc973d37 SHA1 7cc05f40e9a89332e4377ad053b60e0a805392c8 SHA256 fb884a7c54c1ee6fbebac9cc5066411ac096ddc8eb7122c9f8bbd8942028d717
+DIST axl-0.6.4.b4604.g4608.tar.gz 890085 RMD160 145a68a7545f7a9053d36a860aaa67c8a003076b SHA1 31d39eae56045d629205f8c19c3db9981d78c4ea SHA256 35ece5d0877869ad12f1ade46290643b8fa11b48e4ee0cdee398bed6c7a8989f
+EBUILD libaxl-0.6.4.ebuild 668 RMD160 b75a2652acf29983b273fe5dca238edad9fecd24 SHA1 67d02c3fb98b89482d4a8d8d7cb6c50f036461b8 SHA256 ea91211ad68b7ccb9c904cd81cf89589efaa29f1fa21ec55922d4e6e7e62d348
+MISC ChangeLog 421 RMD160 1e25aef808a3df0a26b7f5a086ab0e574ec3d5ba SHA1 07b906860e200a9cdf42f94613e652f29e028084 SHA256 a37e7e08d6e536dade66baf65f87896b3125d3eb19f87813a9d917d2390cbc24
 MISC metadata.xml 307 RMD160 ac5a454bf69acb4607e59fd27ddd94016217059b SHA1 1901c26748268d3d03ff9943f74921346671aa9f SHA256 3eb40b73eab4e886584dd13214e05b66dba9f6e167419510b06ba9ffd4f0cf73
diff --git a/dev-libs/libaxl/files/libaxl-0.6.4-werror.patch b/dev-libs/libaxl/files/libaxl-0.6.4-werror.patch
new file mode 100644 (file)
index 0000000..133f349
--- /dev/null
@@ -0,0 +1,26 @@
+diff --git a/configure b/configure
+index e67a0d8..b50317f 100755
+--- a/configure
++++ b/configure
+@@ -21339,7 +21339,7 @@ PYTHON_CONFIG=`./get-python-config`
+ # get python includes
+ PYTHON_INCLUDES=`$PYTHON_CONFIG --includes 2>/dev/null`
+ old_CPPFLAGS=$CPPFLAGS
+-CPPFLAGS="-Wall -Werror $PYTHON_INCLUDES"
++CPPFLAGS="-Wall $PYTHON_INCLUDES"
+ echo "Python includes: $PYTHON_INCLUDES"
+diff --git a/configure.ac b/configure.ac
+index 4dde3ba..f75c909 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -63,7 +63,7 @@ PYTHON_CONFIG=`./get-python-config`
+ # get python includes 
+ PYTHON_INCLUDES=`$PYTHON_CONFIG --includes 2>/dev/null`
+ old_CPPFLAGS=$CPPFLAGS
+-CPPFLAGS="-Wall -Werror $PYTHON_INCLUDES"
++CPPFLAGS="-Wall $PYTHON_INCLUDES"
+ echo "Python includes: $PYTHON_INCLUDES"
+ AC_SUBST(PYTHON_INCLUDES)
similarity index 73%
rename from dev-libs/libaxl/libaxl-0.6.3.ebuild
rename to dev-libs/libaxl/libaxl-0.6.4.ebuild
index e1a2c7eac17bf4a606f39f133d29a94f46c831fa..60c33d35c7ba9a34cdb8e9752b78b0860e2a79bf 100644 (file)
@@ -2,9 +2,11 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=3
+EAPI=4
 
-REVNUM="b4475.g4476"
+inherit autotools eutils
+
+REVNUM="b4604.g4608"
 MY_P="${PN/lib}-${PV}.${REVNUM}"
 
 DESCRIPTION="Another XML library"
@@ -16,20 +18,20 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="doc tests"
 
-RDEPEND=""
 DEPEND="sys-devel/libtool
        dev-util/pkgconfig
        doc? ( app-doc/doxygen )"
 
-S="${WORKDIR}/${MY_P}"
+S=${WORKDIR}/${MY_P}
+
+src_prepare() {
+       epatch "${FILESDIR}"/${P}-werror.patch
+
+       eautoreconf
+}
 
 src_configure() {
        econf \
                $(use_enable doc axl-doc) \
                $(use_enable tests axl-test)
 }
-
-src_install() {
-       emake DESTDIR="${D}" install || die "install failed"
-       dodoc README NEWS AUTHORS ChangeLog || die "dodoc failed"
-}