summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2012-11-22 08:15:23 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2012-11-22 08:15:23 +0000
commit53259f11c0c1ee2cce46fd2a23ada73008c7bd91 (patch)
treef5fcbe78dda74b11a12dc0ff28f5d39ad20e0fe7 /app-misc/gnote
parentAdd support for the postgresql probe plugin. (diff)
downloadgentoo-2-53259f11c0c1ee2cce46fd2a23ada73008c7bd91.tar.gz
gentoo-2-53259f11c0c1ee2cce46fd2a23ada73008c7bd91.tar.bz2
gentoo-2-53259f11c0c1ee2cce46fd2a23ada73008c7bd91.zip
Clean up old revisions.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'app-misc/gnote')
-rw-r--r--app-misc/gnote/ChangeLog6
-rw-r--r--app-misc/gnote/gnote-0.7.4.ebuild55
-rw-r--r--app-misc/gnote/gnote-0.8.3.ebuild52
3 files changed, 5 insertions, 108 deletions
diff --git a/app-misc/gnote/ChangeLog b/app-misc/gnote/ChangeLog
index 3907896ee74c..2766c91625ef 100644
--- a/app-misc/gnote/ChangeLog
+++ b/app-misc/gnote/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-misc/gnote
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/ChangeLog,v 1.24 2012/09/18 11:07:37 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/ChangeLog,v 1.25 2012/11/22 08:15:23 eva Exp $
+
+ 22 Nov 2012; Gilles Dartiguelongue <eva@gentoo.org> -gnote-0.7.4.ebuild,
+ -gnote-0.8.3.ebuild:
+ Clean up old revisions.
*gnote-0.8.4 (18 Sep 2012)
diff --git a/app-misc/gnote/gnote-0.7.4.ebuild b/app-misc/gnote/gnote-0.7.4.ebuild
deleted file mode 100644
index 35cf1b8dc8c3..000000000000
--- a/app-misc/gnote/gnote-0.7.4.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/gnote-0.7.4.ebuild,v 1.6 2012/09/18 11:07:37 tetromino Exp $
-
-EAPI="3"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2
-
-DESCRIPTION="Desktop note-taking application"
-HOMEPAGE="http://live.gnome.org/Gnote"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="applet debug" # dbus
-
-RDEPEND=">=x11-libs/gtk+-2.20:2
- >=dev-cpp/glibmm-2.18:2
- >=dev-cpp/gtkmm-2.12:2.4
- >=dev-libs/libxml2-2:2
- dev-libs/libxslt
- >=gnome-base/gconf-2:2
- >=dev-libs/libpcre-7.8:3[cxx]
- >=app-text/gtkspell-2.0.9:2
- >=dev-libs/boost-1.34
- sys-libs/e2fsprogs-libs
- applet? (
- >=gnome-base/gnome-panel-2
- <gnome-base/gnome-panel-2.91
- >=dev-cpp/libpanelappletmm-2.26:2.6 )"
-# Build with dbus is currently not implemented
-# dbus? ( >=dev-libs/dbus-glib-0.70 )"
-DEPEND="${DEPEND}
- virtual/pkgconfig
- >=dev-util/intltool-0.35.0
- app-text/gnome-doc-utils
- app-text/docbook-xml-dtd:4.1.2"
-
-pkg_setup() {
- DOCS="AUTHORS ChangeLog NEWS README TODO"
- G2CONF="${G2CONF}
- --disable-dbus
- --disable-static
- $(use_enable applet)
- $(use_enable debug)"
-}
-
-src_prepare() {
- gnome2_src_prepare
-
- # Do not set idiotic defines in a released tarball, bug #311979
- sed 's/-DG.*_DISABLE_DEPRECATED//g' -i libtomboy/Makefile.am \
- libtomboy/Makefile.in || die "sed failed"
-}
diff --git a/app-misc/gnote/gnote-0.8.3.ebuild b/app-misc/gnote/gnote-0.8.3.ebuild
deleted file mode 100644
index 3e66d553b156..000000000000
--- a/app-misc/gnote/gnote-0.8.3.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/gnote-0.8.3.ebuild,v 1.4 2012/09/18 11:07:37 tetromino Exp $
-
-EAPI="4"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2
-
-DESCRIPTION="Desktop note-taking application"
-HOMEPAGE="http://live.gnome.org/Gnote"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="applet debug"
-
-# Automagic glib-2.32 dep
-COMMON_DEPEND=">=dev-libs/glib-2.32
- >=x11-libs/gtk+-3.0:3
- >=dev-cpp/glibmm-2.28:2
- >=dev-cpp/gtkmm-3.0:3.0
- >=dev-libs/libxml2-2:2
- dev-libs/libxslt
- >=dev-libs/libpcre-7.8:3[cxx]
- >=dev-libs/boost-1.34
- >=sys-apps/util-linux-2.16
- applet? ( >=gnome-base/gnome-panel-3 )"
-RDEPEND="${COMMON_DEPEND}
- gnome-base/gsettings-desktop-schemas"
-DEPEND="${COMMON_DEPEND}
- virtual/pkgconfig
- >=dev-util/intltool-0.35.0
- app-text/gnome-doc-utils
- app-text/docbook-xml-dtd:4.1.2"
-
-pkg_setup() {
- DOCS="AUTHORS ChangeLog NEWS README TODO"
- G2CONF="${G2CONF}
- --disable-static
- --disable-schemas-compile
- $(use_enable applet)
- $(use_enable debug)"
-}
-
-src_prepare() {
- gnome2_src_prepare
-
- # Do not set idiotic defines in a released tarball, bug #311979
- sed 's/-DG.*_DISABLE_DEPRECATED//g' -i libtomboy/Makefile.* ||
- die "sed failed"
-}