diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2008-08-05 04:43:42 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2008-08-05 04:43:42 +0000 |
commit | 3f597a2f39ea6b6bf7c278a948bcb45e08664dff (patch) | |
tree | c93ed5624f0de7abf669d32cef920a000835d19a /app-pda/synce-rra | |
parent | app-benchmarks/acovea-4.0.0 was removed from the tree. bug #226517 (diff) | |
download | gentoo-2-3f597a2f39ea6b6bf7c278a948bcb45e08664dff.tar.gz gentoo-2-3f597a2f39ea6b6bf7c278a948bcb45e08664dff.tar.bz2 gentoo-2-3f597a2f39ea6b6bf7c278a948bcb45e08664dff.zip |
Remove, bug #224911
(Portage version: 2.2_rc6/cvs/Linux 2.6.26-gentoo x86_64)
Diffstat (limited to 'app-pda/synce-rra')
-rw-r--r-- | app-pda/synce-rra/ChangeLog | 5 | ||||
-rw-r--r-- | app-pda/synce-rra/synce-rra-0.9.1.ebuild | 34 |
2 files changed, 4 insertions, 35 deletions
diff --git a/app-pda/synce-rra/ChangeLog b/app-pda/synce-rra/ChangeLog index 0dd0d5426859..8b12bb4100de 100644 --- a/app-pda/synce-rra/ChangeLog +++ b/app-pda/synce-rra/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-pda/synce-rra # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-rra/ChangeLog,v 1.21 2008/04/21 17:02:12 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-rra/ChangeLog,v 1.22 2008/08/05 04:43:42 darkside Exp $ + + 05 Aug 2008; Jeremy Olexa <darkside@gentoo.org> -synce-rra-0.9.1.ebuild: + Remove, bug #224911 21 Apr 2008; Christian Heim <phreak@gentoo.org> metadata.xml: Fix up metadata.xml. If there's no maintainer for the package, the metadata diff --git a/app-pda/synce-rra/synce-rra-0.9.1.ebuild b/app-pda/synce-rra/synce-rra-0.9.1.ebuild deleted file mode 100644 index dcc19fdcef2f..000000000000 --- a/app-pda/synce-rra/synce-rra-0.9.1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-rra/synce-rra-0.9.1.ebuild,v 1.3 2006/03/18 02:13:04 kugelfang Exp $ - -inherit eutils autotools - -DESCRIPTION="Synchronize Windows CE devices with computers running GNU/Linux, like MS ActiveSync." -HOMEPAGE="http://sourceforge.net/projects/synce/" -SRC_URI="mirror://sourceforge/synce/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -DEPEND=">=dev-libs/check-0.8.2 - >=dev-libs/libmimedir-0.4 - >=app-pda/synce-libsynce-0.9.1 - >=app-pda/synce-librapi2-0.9.1" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-textrel.patch - epatch "${FILESDIR}"/${P}-nowerror.patch - sed -i -e \ - "s:libtoolize --copy --automake:libtoolize --copy --force --automake:g" \ - bootstrap - ./bootstrap -} - -src_install() { - make DESTDIR="${D}" install || die -} |