public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Palimaka" <kensington@astralcloak.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/eyesaver/, kde-misc/eyesaver/files/
Date: Thu, 12 Apr 2012 18:00:27 +0000 (UTC)	[thread overview]
Message-ID: <1334253585.23bbe6f96919df8a96bc5ee4d664f5184d42090d.kensington@gentoo> (raw)

commit:     23bbe6f96919df8a96bc5ee4d664f5184d42090d
Author:     Michael Palimaka <kensington <AT> astralcloak <DOT> net>
AuthorDate: Thu Apr 12 17:59:45 2012 +0000
Commit:     Michael Palimaka <kensington <AT> astralcloak <DOT> net>
CommitDate: Thu Apr 12 17:59:45 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=23bbe6f9

[kde-misc/eyesaver] Version bump, remove old.

(Portage version: 2.1.10.56/git/Linux x86_64, unsigned Manifest commit)

---
 .../{eyesaver-0.2a.ebuild => eyesaver-0.4.ebuild}  |   11 ++------
 .../eyesaver/files/cmake_fix_for_kde-4_2.patch     |   24 --------------------
 2 files changed, 3 insertions(+), 32 deletions(-)

diff --git a/kde-misc/eyesaver/eyesaver-0.2a.ebuild b/kde-misc/eyesaver/eyesaver-0.4.ebuild
similarity index 78%
rename from kde-misc/eyesaver/eyesaver-0.2a.ebuild
rename to kde-misc/eyesaver/eyesaver-0.4.ebuild
index 4dfa2d6..2c47745 100644
--- a/kde-misc/eyesaver/eyesaver-0.2a.ebuild
+++ b/kde-misc/eyesaver/eyesaver-0.4.ebuild
@@ -6,8 +6,6 @@ EAPI=4
 
 inherit kde4-base
 
-MY_P="${PN}/${PN}-0.1"
-
 DESCRIPTION="KDE4 plasmoid. Reminds us to take our eyes off the screen"
 HOMEPAGE="http://www.kde-look.org/content/show.php/Eyesaver?content=89989"
 SRC_URI="http://www.kde-look.org/CONTENT/content-files/89989-${P}.tar.gz"
@@ -17,14 +15,11 @@ KEYWORDS="~amd64 ~x86"
 SLOT="0"
 IUSE="debug"
 
+DEPEND="media-libs/phonon"
 RDEPEND="
+	${DEPEND}
 	!kde-plasmoids/eyesaver
 	$(add_kdebase_dep plasma-workspace)
 "
 
-S="${WORKDIR}/${MY_P}"
-
-PATCHES=(
-	"${FILESDIR}/cmake_fix_for_kde-4_2.patch"
-	"${FILESDIR}/eyesaver-0.2a-fix.patch"
-)
+PATCHES=( "${FILESDIR}/eyesaver-0.2a-fix.patch" )

diff --git a/kde-misc/eyesaver/files/cmake_fix_for_kde-4_2.patch b/kde-misc/eyesaver/files/cmake_fix_for_kde-4_2.patch
deleted file mode 100644
index c1e59b8..0000000
--- a/kde-misc/eyesaver/files/cmake_fix_for_kde-4_2.patch
+++ /dev/null
@@ -1,24 +0,0 @@
---- eyesaver.original/eyesaver-0.1/CMakeLists.txt
-+++ eyesaver/eyesaver-0.1/CMakeLists.txt
-@@ -4,8 +4,12 @@
- # Find the required Libaries
- find_package(KDE4 REQUIRED)
- include(KDE4Defaults)
--find_package(Plasma REQUIRED)
-- 
-+
-+if ( ${KDE_VERSION} VERSION_LESS "4.1.90" )
-+else ( ${KDE_VERSION} VERSION_LESS "4.1.90" )
-+set( PLASMA_LIBS ${KDE4_PLASMA_LIBS} )
-+endif ( ${KDE_VERSION} VERSION_LESS "4.1.90" )
-+
- add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
- include_directories(
-    ${CMAKE_SOURCE_DIR}
-@@ -28,4 +32,4 @@
-         DESTINATION ${SERVICES_INSTALL_DIR}) 
- 
- install(FILES images/occhio2.svg
--        DESTINATION ${DATA_INSTALL_DIR}/desktoptheme/default/widgets/)
-\ No newline at end of file
-+        DESTINATION ${DATA_INSTALL_DIR}/desktoptheme/default/widgets/)



             reply	other threads:[~2012-04-12 18:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-12 18:00 Michael Palimaka [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-06-22 22:15 [gentoo-commits] proj/kde:master commit in: kde-misc/eyesaver/, kde-misc/eyesaver/files/ Chris Reffett
2011-06-03 23:43 Dimitris Papapoulios

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=1334253585.23bbe6f96919df8a96bc5ee4d664f5184d42090d.kensington@gentoo \
    --to=kensington@astralcloak.net \
    --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