diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-11-04 20:11:17 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-11-04 20:11:17 +0000 |
commit | e85ea668da2630fe5bb751a0620be33c7673abb5 (patch) | |
tree | 8d21a553cf7d27fe19e95d011467b31513a2f9a6 /app-pda | |
parent | reassign to pda herd (diff) | |
download | gentoo-2-e85ea668da2630fe5bb751a0620be33c7673abb5.tar.gz gentoo-2-e85ea668da2630fe5bb751a0620be33c7673abb5.tar.bz2 gentoo-2-e85ea668da2630fe5bb751a0620be33c7673abb5.zip |
Remove unused file wrt #344163. Fix quoting.
(Portage version: 2.2.0_alpha3/cvs/Linux x86_64)
Diffstat (limited to 'app-pda')
-rw-r--r-- | app-pda/synce-libsynce/files/0.8.9/synce-libsynce-0.8.9-gcc33.patch | 9 | ||||
-rw-r--r-- | app-pda/synce-libsynce/synce-libsynce-0.9.1.ebuild | 13 |
2 files changed, 7 insertions, 15 deletions
diff --git a/app-pda/synce-libsynce/files/0.8.9/synce-libsynce-0.8.9-gcc33.patch b/app-pda/synce-libsynce/files/0.8.9/synce-libsynce-0.8.9-gcc33.patch deleted file mode 100644 index 4a6d4ae3f63f..000000000000 --- a/app-pda/synce-libsynce/files/0.8.9/synce-libsynce-0.8.9-gcc33.patch +++ /dev/null @@ -1,9 +0,0 @@ ---- synce-libsynce-0.8.9-orig/lib/Makefile.am 2004-03-10 16:30:22.818512576 +0000 -+++ synce-libsynce-0.8.9/lib/Makefile.am 2004-03-10 16:30:35.237624584 +0000 -@@ -1,5 +1,5 @@ - ## useful flags --AM_CFLAGS = -g -Wall -Wsign-compare -Wno-long-long -Werror -ansi @CFLAGS@ @APPLE_CFLAGS@ -I.. -+AM_CFLAGS = -g -Wall -Wsign-compare -Wno-long-long -ansi @CFLAGS@ @APPLE_CFLAGS@ -I.. - - ## create this library - lib_LTLIBRARIES = libsynce.la diff --git a/app-pda/synce-libsynce/synce-libsynce-0.9.1.ebuild b/app-pda/synce-libsynce/synce-libsynce-0.9.1.ebuild index ed0009caf30c..093dabe085fd 100644 --- a/app-pda/synce-libsynce/synce-libsynce-0.9.1.ebuild +++ b/app-pda/synce-libsynce/synce-libsynce-0.9.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-libsynce/synce-libsynce-0.9.1.ebuild,v 1.7 2009/08/05 23:29:55 mescalinum Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-libsynce/synce-libsynce-0.9.1.ebuild,v 1.8 2010/11/04 20:11:17 ssuominen Exp $ inherit eutils @@ -13,16 +13,17 @@ SLOT="0" KEYWORDS="~amd64 ~ia64 ppc x86" IUSE="" -DEPEND=">=dev-libs/check-0.8.3.1" +RDEPEND=">=dev-libs/check-0.8.3.1" +DEPEND="${RDEPEND}" src_unpack() { unpack ${A} - cd ${S} + cd "${S}" - epatch ${FILESDIR}/${P}-amd64.patch + epatch "${FILESDIR}"/${P}-amd64.patch } src_install() { - make DESTDIR=${D} install || die + make DESTDIR="${D}" install || die dodoc README } |