diff options
author | 2013-02-16 17:38:58 +0000 | |
---|---|---|
committer | 2013-02-16 17:38:58 +0000 | |
commit | a75ee4a74d8a3be253af41f6ebda54aad22bc0be (patch) | |
tree | 47152944be65d1cabdecca211e0ff8be45ea2b54 /www-misc | |
parent | Old. (diff) | |
download | gentoo-2-a75ee4a74d8a3be253af41f6ebda54aad22bc0be.tar.gz gentoo-2-a75ee4a74d8a3be253af41f6ebda54aad22bc0be.tar.bz2 gentoo-2-a75ee4a74d8a3be253af41f6ebda54aad22bc0be.zip |
version bump, remove old
(Portage version: 2.2.0_alpha162/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'www-misc')
-rw-r--r-- | www-misc/profile-sync-daemon/ChangeLog | 10 | ||||
-rw-r--r-- | www-misc/profile-sync-daemon/profile-sync-daemon-5.21.ebuild (renamed from www-misc/profile-sync-daemon/profile-sync-daemon-5.06.ebuild) | 14 |
2 files changed, 17 insertions, 7 deletions
diff --git a/www-misc/profile-sync-daemon/ChangeLog b/www-misc/profile-sync-daemon/ChangeLog index ca78e6ff8fb5..cf48d8874c73 100644 --- a/www-misc/profile-sync-daemon/ChangeLog +++ b/www-misc/profile-sync-daemon/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for www-misc/profile-sync-daemon -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-misc/profile-sync-daemon/ChangeLog,v 1.7 2012/11/29 12:51:04 hasufell Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-misc/profile-sync-daemon/ChangeLog,v 1.8 2013/02/16 17:38:58 hasufell Exp $ + +*profile-sync-daemon-5.21 (16 Feb 2013) + + 16 Feb 2013; Julian Ospald <hasufell@gentoo.org> + -profile-sync-daemon-5.06.ebuild, +profile-sync-daemon-5.21.ebuild: + version bump, remove old *profile-sync-daemon-5.06 (29 Nov 2012) diff --git a/www-misc/profile-sync-daemon/profile-sync-daemon-5.06.ebuild b/www-misc/profile-sync-daemon/profile-sync-daemon-5.21.ebuild index 134129a3fb87..b1a526af2f2e 100644 --- a/www-misc/profile-sync-daemon/profile-sync-daemon-5.06.ebuild +++ b/www-misc/profile-sync-daemon/profile-sync-daemon-5.21.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-misc/profile-sync-daemon/profile-sync-daemon-5.06.ebuild,v 1.1 2012/11/29 12:51:04 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-misc/profile-sync-daemon/profile-sync-daemon-5.21.ebuild,v 1.1 2013/02/16 17:38:58 hasufell Exp $ -EAPI=4 +EAPI=5 inherit eutils vcs-snapshot DESCRIPTION="Symlinks and syncs browser profile dirs to RAM" HOMEPAGE="https://wiki.archlinux.org/index.php/Profile-sync-daemon" -SRC_URI="https://github.com/hasufell/${PN}/tarball/v${PV} -> ${P}.tar.gz" +SRC_URI="https://github.com/graysky2/profile-sync-daemon/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2 GPL-3" SLOT="0" @@ -20,8 +20,12 @@ RDEPEND=" net-misc/rsync cron? ( virtual/cron )" +src_compile() { + emake -f Makefile.gentoo +} + src_install() { - emake DESTDIR="${D}" $(usex cron "install" "install-bin install-doc install-man") + emake -f Makefile.gentoo DESTDIR="${D}" $(usex cron "install" "install-bin install-doc install-man") } pkg_postinst() { |