summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-04-26 17:55:43 +0000
committerPacho Ramos <pacho@gentoo.org>2014-04-26 17:55:43 +0000
commit90e12a95e4fc448e58b01e0b87d1471f65b8de53 (patch)
treea83ba7213da785851e4d006aa5bc5b0e7914b90d /gnome-base
parentdrop old (diff)
downloadgentoo-2-90e12a95e4fc448e58b01e0b87d1471f65b8de53.tar.gz
gentoo-2-90e12a95e4fc448e58b01e0b87d1471f65b8de53.tar.bz2
gentoo-2-90e12a95e4fc448e58b01e0b87d1471f65b8de53.zip
drop old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'gnome-base')
-rw-r--r--gnome-base/gnome-core-apps/ChangeLog5
-rw-r--r--gnome-base/gnome-core-apps/gnome-core-apps-3.8.0.ebuild57
2 files changed, 4 insertions, 58 deletions
diff --git a/gnome-base/gnome-core-apps/ChangeLog b/gnome-base/gnome-core-apps/ChangeLog
index d961f4f7867f..caf768aa2fc7 100644
--- a/gnome-base/gnome-core-apps/ChangeLog
+++ b/gnome-base/gnome-core-apps/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for gnome-base/gnome-core-apps
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-core-apps/ChangeLog,v 1.24 2014/03/09 11:58:13 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-core-apps/ChangeLog,v 1.25 2014/04/26 17:55:42 pacho Exp $
+
+ 26 Apr 2014; Pacho Ramos <pacho@gentoo.org> -gnome-core-apps-3.8.0.ebuild:
+ drop old
09 Mar 2014; Pacho Ramos <pacho@gentoo.org> gnome-core-apps-3.10.0.ebuild:
x86 stable, bug 499954
diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-3.8.0.ebuild b/gnome-base/gnome-core-apps/gnome-core-apps-3.8.0.ebuild
deleted file mode 100644
index ab330652c284..000000000000
--- a/gnome-base/gnome-core-apps/gnome-core-apps-3.8.0.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-core-apps/gnome-core-apps-3.8.0.ebuild,v 1.6 2013/12/08 18:27:27 pacho Exp $
-
-EAPI="5"
-
-DESCRIPTION="Sub-meta package for the core applications integrated with GNOME 3"
-HOMEPAGE="http://www.gnome.org/"
-LICENSE="metapackage"
-SLOT="3.0"
-IUSE="+bluetooth +cdr cups"
-
-# when unmasking for an arch
-# double check none of the deps are still masked !
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
-
-# Note to developers:
-# This is a wrapper for the core apps tightly integrated with GNOME 3
-# gtk-engines:2 is still around because it's needed for gtk2 apps
-RDEPEND="
- >=gnome-base/gnome-core-libs-${PV}[cups?]
-
- >=gnome-base/gnome-session-${PV}
- >=gnome-base/gnome-menus-${PV}:3
- >=gnome-base/gnome-settings-daemon-${PV}[cups?]
- >=gnome-base/gnome-control-center-${PV}[cups?]
-
- >=app-crypt/gcr-${PV}
- >=gnome-base/nautilus-${PV}
- >=gnome-base/gnome-keyring-${PV}
- >=gnome-extra/evolution-data-server-${PV}
-
- >=app-crypt/seahorse-${PV}
- >=app-editors/gedit-${PV}
- >=app-text/evince-${PV}
- >=gnome-extra/gnome-contacts-${PV}
- >=media-gfx/eog-${PV}
- >=media-video/totem-${PV}
- >=net-im/empathy-${PV}
- >=x11-terms/gnome-terminal-${PV}
-
- >=gnome-extra/gnome-user-docs-${PV}
- >=gnome-extra/yelp-${PV}
-
- >=x11-themes/gtk-engines-2.20.2:2
- >=x11-themes/gnome-icon-theme-${PV}
- >=x11-themes/gnome-icon-theme-symbolic-${PV}
- >=x11-themes/gnome-themes-standard-${PV}
-
- bluetooth? ( >=net-wireless/gnome-bluetooth-${PV} )
- cdr? ( >=app-cdr/brasero-${PV} )
-
- !gnome-base/gnome-applets
-"
-DEPEND=""
-
-S="${WORKDIR}"