public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: net-misc/mirall/
@ 2012-12-07 17:04 Chris Reffett
  0 siblings, 0 replies; 3+ messages in thread
From: Chris Reffett @ 2012-12-07 17:04 UTC (permalink / raw
  To: gentoo-commits

commit:     d9139fc19079abf632423b74a42344cafbd5e71d
Author:     Chris Reffett <creffett <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  7 17:03:28 2012 +0000
Commit:     Chris Reffett <geekboy72 <AT> gmail <DOT> com>
CommitDate: Fri Dec  7 17:03:28 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=d9139fc1

[net-misc/mirall] Version bump for testing, >=csync-0.60.2 needs to be moved to tree at the same time

Package-Manager: portage-2.2.0_alpha144

---
 net-misc/mirall/metadata.xml        |    5 +++
 net-misc/mirall/mirall-1.1.2.ebuild |   49 +++++++++++++++++++++++++++++++++++
 2 files changed, 54 insertions(+), 0 deletions(-)

diff --git a/net-misc/mirall/metadata.xml b/net-misc/mirall/metadata.xml
new file mode 100644
index 0000000..a23f444
--- /dev/null
+++ b/net-misc/mirall/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>kde</herd>
+</pkgmetadata>

diff --git a/net-misc/mirall/mirall-1.1.2.ebuild b/net-misc/mirall/mirall-1.1.2.ebuild
new file mode 100644
index 0000000..ad9ca46
--- /dev/null
+++ b/net-misc/mirall/mirall-1.1.2.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/mirall/mirall-1.1.1-r1.ebuild,v 1.2 2012/11/30 06:02:43 creffett Exp $
+
+EAPI=5
+
+LANG_DIR="translations"
+PLOCALES="ca cs_CZ da de el en eo es es_AR et_EE eu fa fi_FI fr gl he hr hu_HU it ja_JP ko lb lt_LT mk
+nb_NO nl oc pl pt_BR pt_PT ro ru ru_RU sk_SK sl sr@latin sv ta_LK tr uk vi zh_CN zh_TW"
+inherit cmake-utils l10n
+
+DESCRIPTION="Synchronization of your folders with another computers"
+HOMEPAGE="http://owncloud.org/"
+SRC_URI="http://download.owncloud.com/download/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	>=net-misc/csync-0.60.2
+	x11-libs/qt-core:4
+	x11-libs/qt-gui:4
+	x11-libs/qt-test:4
+"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+	# Yay for fcked detection.
+	export CSYNC_DIR="${EPREFIX}/usr/include/ocsync/"
+
+	local lang
+	for lang in ${PLOCALES} ; do
+		if ! use linguas_${lang} ; then
+			rm ${LANG_DIR}/${PN}_${lang}.ts
+		fi
+	done
+}
+
+pkg_postinst() {
+	if !has_version csync[samba]; then
+		elog "For samba support, build net-misc/csync with USE=samba"
+	fi
+	if !has_version csync[sftp]; then
+		elog "For sftp support, build net-misc/csync with USE=sftp"
+	fi
+	cmake-utils_pkg_postinst
+}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/kde:master commit in: net-misc/mirall/
@ 2012-12-08 17:13 Chris Reffett
  0 siblings, 0 replies; 3+ messages in thread
From: Chris Reffett @ 2012-12-08 17:13 UTC (permalink / raw
  To: gentoo-commits

commit:     7b0134255d4aafda05d03eee3eb09322ad2f797b
Author:     Chris Reffett <creffett <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  8 17:12:52 2012 +0000
Commit:     Chris Reffett <geekboy72 <AT> gmail <DOT> com>
CommitDate: Sat Dec  8 17:12:52 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=7b013425

[net-misc/mirall] Fix pkg_postinst phase

Package-Manager: portage-2.2.0_alpha144

---
 net-misc/mirall/mirall-1.1.2.ebuild |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/net-misc/mirall/mirall-1.1.2.ebuild b/net-misc/mirall/mirall-1.1.2.ebuild
index ad9ca46..40782f8 100644
--- a/net-misc/mirall/mirall-1.1.2.ebuild
+++ b/net-misc/mirall/mirall-1.1.2.ebuild
@@ -39,11 +39,10 @@ src_prepare() {
 }
 
 pkg_postinst() {
-	if !has_version csync[samba]; then
+	if ! has_version net-misc/csync[samba]; then
 		elog "For samba support, build net-misc/csync with USE=samba"
 	fi
-	if !has_version csync[sftp]; then
+	if ! has_version net-misc/csync[sftp]; then
 		elog "For sftp support, build net-misc/csync with USE=sftp"
 	fi
-	cmake-utils_pkg_postinst
 }


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/kde:master commit in: net-misc/mirall/
@ 2012-12-14 17:23 Chris Reffett
  0 siblings, 0 replies; 3+ messages in thread
From: Chris Reffett @ 2012-12-14 17:23 UTC (permalink / raw
  To: gentoo-commits

commit:     f7341cc9e0fbfbdbfdc8b3fa1e2f21f4fda9fc18
Author:     Chris Reffett <creffett <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 14 17:21:57 2012 +0000
Commit:     Chris Reffett <geekboy72 <AT> gmail <DOT> com>
CommitDate: Fri Dec 14 17:21:57 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f7341cc9

[net-misc/mirall] Moved to tree.

---
 net-misc/mirall/metadata.xml        |    5 ---
 net-misc/mirall/mirall-1.1.2.ebuild |   48 -----------------------------------
 2 files changed, 0 insertions(+), 53 deletions(-)

diff --git a/net-misc/mirall/metadata.xml b/net-misc/mirall/metadata.xml
deleted file mode 100644
index a23f444..0000000
--- a/net-misc/mirall/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<herd>kde</herd>
-</pkgmetadata>

diff --git a/net-misc/mirall/mirall-1.1.2.ebuild b/net-misc/mirall/mirall-1.1.2.ebuild
deleted file mode 100644
index 40782f8..0000000
--- a/net-misc/mirall/mirall-1.1.2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/mirall/mirall-1.1.1-r1.ebuild,v 1.2 2012/11/30 06:02:43 creffett Exp $
-
-EAPI=5
-
-LANG_DIR="translations"
-PLOCALES="ca cs_CZ da de el en eo es es_AR et_EE eu fa fi_FI fr gl he hr hu_HU it ja_JP ko lb lt_LT mk
-nb_NO nl oc pl pt_BR pt_PT ro ru ru_RU sk_SK sl sr@latin sv ta_LK tr uk vi zh_CN zh_TW"
-inherit cmake-utils l10n
-
-DESCRIPTION="Synchronization of your folders with another computers"
-HOMEPAGE="http://owncloud.org/"
-SRC_URI="http://download.owncloud.com/download/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-	>=net-misc/csync-0.60.2
-	x11-libs/qt-core:4
-	x11-libs/qt-gui:4
-	x11-libs/qt-test:4
-"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-	# Yay for fcked detection.
-	export CSYNC_DIR="${EPREFIX}/usr/include/ocsync/"
-
-	local lang
-	for lang in ${PLOCALES} ; do
-		if ! use linguas_${lang} ; then
-			rm ${LANG_DIR}/${PN}_${lang}.ts
-		fi
-	done
-}
-
-pkg_postinst() {
-	if ! has_version net-misc/csync[samba]; then
-		elog "For samba support, build net-misc/csync with USE=samba"
-	fi
-	if ! has_version net-misc/csync[sftp]; then
-		elog "For sftp support, build net-misc/csync with USE=sftp"
-	fi
-}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-12-14 17:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-08 17:13 [gentoo-commits] proj/kde:master commit in: net-misc/mirall/ Chris Reffett
  -- strict thread matches above, loose matches on Subject: below --
2012-12-14 17:23 Chris Reffett
2012-12-07 17:04 Chris Reffett

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox