diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-09-26 11:14:04 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-09-26 11:14:04 +0000 |
commit | 55e8de6275396295f192a3b1f836c5f2178cd0de (patch) | |
tree | 874a7c0ef60537e4e2d3e2cb53ae91d3920ce796 /app-pda/synce-rra | |
parent | Add new Version 0.6.2, remove old release candidates. (Manifest recommit) (diff) | |
download | gentoo-2-55e8de6275396295f192a3b1f836c5f2178cd0de.tar.gz gentoo-2-55e8de6275396295f192a3b1f836c5f2178cd0de.tar.bz2 gentoo-2-55e8de6275396295f192a3b1f836c5f2178cd0de.zip |
fix bumping mistake with proper ebuild
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.0.ebuild | 14 |
2 files changed, 9 insertions, 10 deletions
diff --git a/app-pda/synce-rra/ChangeLog b/app-pda/synce-rra/ChangeLog index 452bef4582cd..a7b9ff8e38d1 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-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-rra/ChangeLog,v 1.9 2004/09/25 17:54:11 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-rra/ChangeLog,v 1.10 2004/09/26 11:14:04 liquidx Exp $ + + 26 Sep 2004; Alastair Tse <liquidx@gentoo.org> synce-rra-0.9.0.ebuild: + fix bumping mistake with proper ebuild *synce-rra-0.9.0 (25 Sep 2004) diff --git a/app-pda/synce-rra/synce-rra-0.9.0.ebuild b/app-pda/synce-rra/synce-rra-0.9.0.ebuild index 0e7ab94affbf..7ebbad9f2cf9 100644 --- a/app-pda/synce-rra/synce-rra-0.9.0.ebuild +++ b/app-pda/synce-rra/synce-rra-0.9.0.ebuild @@ -1,10 +1,12 @@ # Copyright 1999-2004 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.0.ebuild,v 1.1 2004/09/25 17:54:11 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-rra/synce-rra-0.9.0.ebuild,v 1.2 2004/09/26 11:14:04 liquidx Exp $ -DESCRIPTION="Synchronize Windows CE devices with Linux." +inherit eutils + +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 mirror://sourceforge/synce/librra-synce-kde-0.7.diff" +SRC_URI="mirror://sourceforge/synce/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" @@ -16,12 +18,6 @@ DEPEND=">=dev-libs/check-0.8.2 >=app-pda/synce-libsynce-0.9.0 >=app-pda/synce-librapi2-0.9.0" -src_unpack() { - unpack ${P}.tar.gz - cd ${WORKDIR}/${P} - epatch ${DISTDIR}/librra-synce-kde-0.7.diff -} - src_install() { make DESTDIR="${D%/}" install || die } |