summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2013-03-05 22:35:55 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2013-03-05 22:35:55 +0000
commitbb7145f68d31726f87782d18ecb016621e25f429 (patch)
tree54390b0a2f7ffeda8fc9e1d6d8377c0f332d36fd /app-admin/gnome-system-log
parentClean up old revision. (diff)
downloadgentoo-2-bb7145f68d31726f87782d18ecb016621e25f429.tar.gz
gentoo-2-bb7145f68d31726f87782d18ecb016621e25f429.tar.bz2
gentoo-2-bb7145f68d31726f87782d18ecb016621e25f429.zip
Clean up old revision.
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'app-admin/gnome-system-log')
-rw-r--r--app-admin/gnome-system-log/ChangeLog6
-rw-r--r--app-admin/gnome-system-log/gnome-system-log-3.4.1.ebuild38
2 files changed, 5 insertions, 39 deletions
diff --git a/app-admin/gnome-system-log/ChangeLog b/app-admin/gnome-system-log/ChangeLog
index 0f2c9f8b7f9e..1afe41544799 100644
--- a/app-admin/gnome-system-log/ChangeLog
+++ b/app-admin/gnome-system-log/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-admin/gnome-system-log
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/gnome-system-log/ChangeLog,v 1.7 2013/02/07 21:15:12 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/gnome-system-log/ChangeLog,v 1.8 2013/03/05 22:35:55 eva Exp $
+
+ 05 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org>
+ -gnome-system-log-3.4.1.ebuild:
+ Clean up old revision.
07 Feb 2013; Ulrich Müller <ulm@gentoo.org> gnome-system-log-3.6.1.ebuild:
Move Creative Commons licenses to shorter names.
diff --git a/app-admin/gnome-system-log/gnome-system-log-3.4.1.ebuild b/app-admin/gnome-system-log/gnome-system-log-3.4.1.ebuild
deleted file mode 100644
index 2b98dbc81804..000000000000
--- a/app-admin/gnome-system-log/gnome-system-log-3.4.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/gnome-system-log/gnome-system-log-3.4.1.ebuild,v 1.2 2012/12/16 18:57:02 tetromino Exp $
-
-EAPI="4"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2
-
-DESCRIPTION="System log viewer for GNOME 3"
-HOMEPAGE="https://live.gnome.org/GnomeUtils"
-
-LICENSE="GPL-2+ FDL-1.1+"
-SLOT="0"
-IUSE=""
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
-
-COMMON_DEPEND=">=dev-libs/glib-2.31.0:2
- sys-libs/zlib
- >=x11-libs/gtk+-3.0.0:3
- x11-libs/pango"
-RDEPEND="${COMMON_DEPEND}
- gnome-base/gsettings-desktop-schemas
- !<gnome-extra/gnome-utils-3.4"
-# ${PN} was part of gnome-utils before 3.4
-DEPEND="${COMMON_DEPEND}
- app-text/gnome-doc-utils
- >=dev-util/intltool-0.40
- >=sys-devel/gettext-0.17
- virtual/pkgconfig"
-
-pkg_setup() {
- DOCS="NEWS TODO"
- G2CONF="${G2CONF}
- --disable-schemas-compile
- --enable-zlib"
-}