diff options
author | Eray Aslan <eras@gentoo.org> | 2012-06-27 19:59:21 +0000 |
---|---|---|
committer | Eray Aslan <eras@gentoo.org> | 2012-06-27 19:59:21 +0000 |
commit | 83fbb06996912a8a1d80c8a9d4684adb095f3ed9 (patch) | |
tree | 716c4b5cb9c38d0bde923da3420cc2ae4edc0be7 /net-mail | |
parent | Fix building with USE="lv2" by querying Cflags: from slv2.pc pkg-config file ... (diff) | |
download | gentoo-2-83fbb06996912a8a1d80c8a9d4684adb095f3ed9.tar.gz gentoo-2-83fbb06996912a8a1d80c8a9d4684adb095f3ed9.tar.bz2 gentoo-2-83fbb06996912a8a1d80c8a9d4684adb095f3ed9.zip |
remove old
(Portage version: 2.1.11.2/cvs/Linux x86_64)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/isync/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/isync/isync-1.0.4.ebuild | 32 |
2 files changed, 4 insertions, 33 deletions
diff --git a/net-mail/isync/ChangeLog b/net-mail/isync/ChangeLog index 2482b68d4122..5f2b684cd136 100644 --- a/net-mail/isync/ChangeLog +++ b/net-mail/isync/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/isync # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/isync/ChangeLog,v 1.18 2012/06/26 12:03:36 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/isync/ChangeLog,v 1.19 2012/06/27 19:59:21 eras Exp $ + + 27 Jun 2012; Eray Aslan <eras@gentoo.org> -isync-1.0.4.ebuild: + remove old 26 Jun 2012; Agostino Sarubbo <ago@gentoo.org> isync-1.0.5.ebuild: Stable for amd64, wrt bug #422141 diff --git a/net-mail/isync/isync-1.0.4.ebuild b/net-mail/isync/isync-1.0.4.ebuild deleted file mode 100644 index 79083e301358..000000000000 --- a/net-mail/isync/isync-1.0.4.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/isync/isync-1.0.4.ebuild,v 1.4 2011/11/22 16:08:45 phajdan.jr Exp $ - -inherit eutils - -DESCRIPTION="MailDir mailbox synchronizer" -HOMEPAGE="http://isync.sourceforge.net/" -SRC_URI="mirror://sourceforge/isync/${P}.tar.gz" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="~amd64 ~ppc x86" -IUSE="ssl" - -DEPEND=">=sys-libs/db-4.2 - ssl? ( >=dev-libs/openssl-0.9.6 )" -RDEPEND="${DEPEND}" - -src_compile () { - econf --with-prefix="${D}" \ - $(use_with ssl) \ - || die 'Configure failed' - - emake || die "Error compiling" -} - -src_install() -{ - einstall || die 'Error installing' - mv "${D}"/usr/share/doc/${PN} "${D}"/usr/share/doc/${PF} -} |