public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Gilles Dartiguelongue" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/eva:master commit in: gnome-extra/gnome-activity-journal/
Date: Sun, 25 Mar 2012 15:52:25 +0000 (UTC)	[thread overview]
Message-ID: <1332690043.d17bd1f95c956248df98e10a4255be52c5fdf0f6.eva@gentoo> (raw)

commit:     d17bd1f95c956248df98e10a4255be52c5fdf0f6
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 25 15:40:43 2012 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Mar 25 15:40:43 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/eva.git;a=commit;h=d17bd1f9

gnome-extra/gnome-activity-journal: moved to gentoo-x86

---
 gnome-extra/gnome-activity-journal/ChangeLog       |   10 ----
 gnome-extra/gnome-activity-journal/Manifest        |   11 ----
 .../gnome-activity-journal-0.8.0.ebuild            |   53 --------------------
 gnome-extra/gnome-activity-journal/metadata.xml    |    5 --
 4 files changed, 0 insertions(+), 79 deletions(-)

diff --git a/gnome-extra/gnome-activity-journal/ChangeLog b/gnome-extra/gnome-activity-journal/ChangeLog
deleted file mode 100644
index a55703b..0000000
--- a/gnome-extra/gnome-activity-journal/ChangeLog
+++ /dev/null
@@ -1,10 +0,0 @@
-# ChangeLog for gnome-extra/gnome-activity-journal
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*gnome-activity-journal-0.6.0 (24 Apr 2011)
-
-  24 Apr 2011; Hans de Graaff <graaff@gentoo.org>
-  +gnome-activity-journal-0.6.0.ebuild, +metadata.xml:
-  Initial import. Based on older version in dez-zero overlay.
-

diff --git a/gnome-extra/gnome-activity-journal/Manifest b/gnome-extra/gnome-activity-journal/Manifest
deleted file mode 100644
index 0e912fc..0000000
--- a/gnome-extra/gnome-activity-journal/Manifest
+++ /dev/null
@@ -1,11 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-DIST gnome-activity-journal-0.8.0.tar.gz 334159 RMD160 6988dbb0a869c4f9c3ba63e8d2017978a5eaa79d SHA1 95bc8bf0a52f722c8c56032dfc35b75e0a7ae682 SHA256 c1be611ecfc433df038c71857c7ca80cc0f40c8943cfb6a7be91ef0022cd4f7e
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.18 (GNU/Linux)
-
-iEYEARECAAYFAk7uIOoACgkQ1fmVwcYIWAaCZwCg7icqzINj4GuUrSKJp+2PfoSc
-etUAnjYGPPApsi24Z+scR782TmCx2DeT
-=nqdL
------END PGP SIGNATURE-----

diff --git a/gnome-extra/gnome-activity-journal/gnome-activity-journal-0.8.0.ebuild b/gnome-extra/gnome-activity-journal/gnome-activity-journal-0.8.0.ebuild
deleted file mode 100644
index 7e9edaa..0000000
--- a/gnome-extra/gnome-activity-journal/gnome-activity-journal-0.8.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2011 Tiziano Müller
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="4"
-PYTHON_DEPEND="2"
-
-inherit distutils eutils python versionator
-
-DESCRIPTION="Tool for easily browsing and finding files on your computer."
-HOMEPAGE="https://launchpad.net/gnome-activity-journal"
-SRC_URI="http://launchpad.net/${PN}/$(get_version_component_range 1-2)/${PV}/+download/${P}.tar.gz"
-
-LICENSE="GPL-3 LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND=">=gnome-extra/zeitgeist-0.3.1
-	dev-python/pygtk:2
-	dev-python/pygobject:2
-	dev-python/gconf-python
-	dev-python/pycairo
-	dev-python/libgnome-python
-	dev-python/pyxdg
-	dev-python/gst-python
-	dev-python/dbus-python
-	sys-apps/dbus
-"
-DEPEND="${RDEPEND}
-	dev-util/intltool
-	dev-python/python-distutils-extra
-"
-
-pkg_setup() {
-	python_set_active_version 2
-	python_pkg_setup
-}
-
-src_install() {
-	distutils_src_install
-	python_convert_shebangs -r 2 "${D}"
-}
-
-pkg_postinst() {
-	distutils_pkg_postinst
-	python_mod_optimize /usr/share/gnome-activity-journal
-}
-
-pkg_postrm() {
-	distutils_pkg_postrm
-	python_mod_cleanup /usr/share/gnome-activity-journal
-}

diff --git a/gnome-extra/gnome-activity-journal/metadata.xml b/gnome-extra/gnome-activity-journal/metadata.xml
deleted file mode 100644
index f977299..0000000
--- a/gnome-extra/gnome-activity-journal/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>
-<maintainer><email>graaff@gentoo.org</email></maintainer>
-</pkgmetadata>



             reply	other threads:[~2012-03-25 15:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-25 15:52 Gilles Dartiguelongue [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-12-18 17:21 [gentoo-commits] dev/eva:master commit in: gnome-extra/gnome-activity-journal/ Gilles Dartiguelongue

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1332690043.d17bd1f95c956248df98e10a4255be52c5fdf0f6.eva@gentoo \
    --to=eva@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox