diff options
author | Julian Ospald <hasufell@gentoo.org> | 2013-05-19 17:01:19 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2013-05-19 17:01:19 +0000 |
commit | 59527c6e3e1528b612dea8cfc41f79d568456b47 (patch) | |
tree | f74a46d621ad053f517e9f5c3655fe6857d7a7d1 /www-misc | |
parent | Version bump. (diff) | |
download | gentoo-2-59527c6e3e1528b612dea8cfc41f79d568456b47.tar.gz gentoo-2-59527c6e3e1528b612dea8cfc41f79d568456b47.tar.bz2 gentoo-2-59527c6e3e1528b612dea8cfc41f79d568456b47.zip |
version bump, remove old
(Portage version: 2.2.0_alpha175/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/files/profile-sync-daemon-5.34-initd.patch | 27 | ||||
-rw-r--r-- | www-misc/profile-sync-daemon/metadata.xml | 3 | ||||
-rw-r--r-- | www-misc/profile-sync-daemon/profile-sync-daemon-5.21.ebuild | 42 | ||||
-rw-r--r-- | www-misc/profile-sync-daemon/profile-sync-daemon-5.28.ebuild | 42 | ||||
-rw-r--r-- | www-misc/profile-sync-daemon/profile-sync-daemon-5.34.ebuild (renamed from www-misc/profile-sync-daemon/profile-sync-daemon-5.32.1.ebuild) | 5 |
6 files changed, 39 insertions, 90 deletions
diff --git a/www-misc/profile-sync-daemon/ChangeLog b/www-misc/profile-sync-daemon/ChangeLog index ba31c70b7099..187a66360c5f 100644 --- a/www-misc/profile-sync-daemon/ChangeLog +++ b/www-misc/profile-sync-daemon/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for www-misc/profile-sync-daemon # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-misc/profile-sync-daemon/ChangeLog,v 1.10 2013/04/02 22:46:01 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-misc/profile-sync-daemon/ChangeLog,v 1.11 2013/05/19 17:01:19 hasufell Exp $ + +*profile-sync-daemon-5.34 (19 May 2013) + + 19 May 2013; Julian Ospald <hasufell@gentoo.org> + -profile-sync-daemon-5.21.ebuild, -profile-sync-daemon-5.28.ebuild, + -profile-sync-daemon-5.32.1.ebuild, +profile-sync-daemon-5.34.ebuild, + +files/profile-sync-daemon-5.34-initd.patch: + version bump, remove old *profile-sync-daemon-5.32.1 (02 Apr 2013) diff --git a/www-misc/profile-sync-daemon/files/profile-sync-daemon-5.34-initd.patch b/www-misc/profile-sync-daemon/files/profile-sync-daemon-5.34-initd.patch new file mode 100644 index 000000000000..20daf6ee6952 --- /dev/null +++ b/www-misc/profile-sync-daemon/files/profile-sync-daemon-5.34-initd.patch @@ -0,0 +1,27 @@ +From 9715d323e2451b64c941d8b81acbf43187eaadc6 Mon Sep 17 00:00:00 2001 +From: hasufell <julian.ospald@googlemail.com> +Date: Sun, 19 May 2013 18:55:40 +0200 +Subject: [PATCH] GENTOO INIT: remove obsolete check + +--- + init/psd.gentoo | 4 ---- + 1 file changed, 4 deletions(-) + +diff --git a/init/psd.gentoo b/init/psd.gentoo +index ab990fb..6060762 100644 +--- a/init/psd.gentoo ++++ b/init/psd.gentoo +@@ -29,10 +29,6 @@ start() { + return 1 + fi + +- if [ ! -f "$PIDFILE" ]; then +- /usr/bin/profile-sync-daemon check || return 1 +- fi +- + start-stop-daemon \ + --start \ + --pidfile "${PIDFILE}" \ +-- +1.8.1.6 + diff --git a/www-misc/profile-sync-daemon/metadata.xml b/www-misc/profile-sync-daemon/metadata.xml index 458ca43f001f..bfabcd0164b9 100644 --- a/www-misc/profile-sync-daemon/metadata.xml +++ b/www-misc/profile-sync-daemon/metadata.xml @@ -5,8 +5,5 @@ <email>hasufell@gentoo.org</email> <name>Julian Ospald</name> </maintainer> - <use> - <flag name='cron'>Install hourly cronjob to resync profiles.</flag> - </use> </pkgmetadata> diff --git a/www-misc/profile-sync-daemon/profile-sync-daemon-5.21.ebuild b/www-misc/profile-sync-daemon/profile-sync-daemon-5.21.ebuild deleted file mode 100644 index b1a526af2f2e..000000000000 --- a/www-misc/profile-sync-daemon/profile-sync-daemon-5.21.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# 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.21.ebuild,v 1.1 2013/02/16 17:38:58 hasufell Exp $ - -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/graysky2/profile-sync-daemon/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2 GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="cron" - -RDEPEND=" - app-shells/bash - net-misc/rsync - cron? ( virtual/cron )" - -src_compile() { - emake -f Makefile.gentoo -} - -src_install() { - emake -f Makefile.gentoo DESTDIR="${D}" $(usex cron "install" "install-bin install-doc install-man") -} - -pkg_postinst() { - eerror "IMPORTANT NOTICE!" - elog "Usage of the \"mozilla\" variable in the BROWSERS array is" - elog "deprecated starting with profile-sync-daemon v4.02." - elog "It has been replaced with the \"firefox\" variable." - elog - elog "In order to safely upgrade, you must run an unsync to" - elog "rotate your firefox profile back to disk using verion 3.x" - elog - elog "As usual, watch for any changes in the newly provided" - elog "/etc/conf.d/psd as well and be sure to incorporate them." -} diff --git a/www-misc/profile-sync-daemon/profile-sync-daemon-5.28.ebuild b/www-misc/profile-sync-daemon/profile-sync-daemon-5.28.ebuild deleted file mode 100644 index 2665810e1ea5..000000000000 --- a/www-misc/profile-sync-daemon/profile-sync-daemon-5.28.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# 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.28.ebuild,v 1.1 2013/02/26 00:43:14 hasufell Exp $ - -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/graysky2/profile-sync-daemon/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2 GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="cron" - -RDEPEND=" - app-shells/bash - net-misc/rsync - cron? ( virtual/cron )" - -src_compile() { - emake -f Makefile.gentoo -} - -src_install() { - emake -f Makefile.gentoo DESTDIR="${D}" $(usex cron "install" "install-bin install-doc install-man") -} - -pkg_postinst() { - eerror "IMPORTANT NOTICE!" - elog "Usage of the \"mozilla\" variable in the BROWSERS array is" - elog "deprecated starting with profile-sync-daemon v4.02." - elog "It has been replaced with the \"firefox\" variable." - elog - elog "In order to safely upgrade, you must run an unsync to" - elog "rotate your firefox profile back to disk using verion 3.x" - elog - elog "As usual, watch for any changes in the newly provided" - elog "/etc/conf.d/psd as well and be sure to incorporate them." -} diff --git a/www-misc/profile-sync-daemon/profile-sync-daemon-5.32.1.ebuild b/www-misc/profile-sync-daemon/profile-sync-daemon-5.34.ebuild index ecb23ac7e3c8..74d739470520 100644 --- a/www-misc/profile-sync-daemon/profile-sync-daemon-5.32.1.ebuild +++ b/www-misc/profile-sync-daemon/profile-sync-daemon-5.34.ebuild @@ -1,6 +1,6 @@ # 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.32.1.ebuild,v 1.1 2013/04/02 22:46:01 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-misc/profile-sync-daemon/profile-sync-daemon-5.34.ebuild,v 1.1 2013/05/19 17:01:19 hasufell Exp $ EAPI=5 @@ -13,13 +13,14 @@ SRC_URI="https://github.com/graysky2/profile-sync-daemon/archive/v${PV}.tar.gz - LICENSE="GPL-2 GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="cron" +IUSE="" RDEPEND=" app-shells/bash net-misc/rsync" src_prepare() { + epatch "${FILESDIR}"/${P}-initd.patch mv Makefile.gentoo Makefile || die } |