diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-04-27 10:04:06 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-04-27 10:04:06 +0000 |
commit | 771929466aeedf8489a0d91c9696bcb7ff8da296 (patch) | |
tree | e82024d355f78eefcad6d16fee5e8d56b5f5965c /x11-themes/sound-theme-freedesktop | |
parent | drop old (diff) | |
download | gentoo-2-771929466aeedf8489a0d91c9696bcb7ff8da296.tar.gz gentoo-2-771929466aeedf8489a0d91c9696bcb7ff8da296.tar.bz2 gentoo-2-771929466aeedf8489a0d91c9696bcb7ff8da296.zip |
drop old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'x11-themes/sound-theme-freedesktop')
-rw-r--r-- | x11-themes/sound-theme-freedesktop/ChangeLog | 8 | ||||
-rw-r--r-- | x11-themes/sound-theme-freedesktop/sound-theme-freedesktop-0.7.ebuild | 31 |
2 files changed, 6 insertions, 33 deletions
diff --git a/x11-themes/sound-theme-freedesktop/ChangeLog b/x11-themes/sound-theme-freedesktop/ChangeLog index 3ff03aea989b..a745992910a3 100644 --- a/x11-themes/sound-theme-freedesktop/ChangeLog +++ b/x11-themes/sound-theme-freedesktop/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-themes/sound-theme-freedesktop -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/sound-theme-freedesktop/ChangeLog,v 1.43 2013/04/10 20:22:23 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/sound-theme-freedesktop/ChangeLog,v 1.44 2014/04/27 10:04:06 pacho Exp $ + + 27 Apr 2014; Pacho Ramos <pacho@gentoo.org> + -sound-theme-freedesktop-0.7.ebuild: + drop old 10 Apr 2013; Agostino Sarubbo <ago@gentoo.org> sound-theme-freedesktop-0.8.ebuild: diff --git a/x11-themes/sound-theme-freedesktop/sound-theme-freedesktop-0.7.ebuild b/x11-themes/sound-theme-freedesktop/sound-theme-freedesktop-0.7.ebuild deleted file mode 100644 index 54376e3eca45..000000000000 --- a/x11-themes/sound-theme-freedesktop/sound-theme-freedesktop-0.7.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/sound-theme-freedesktop/sound-theme-freedesktop-0.7.ebuild,v 1.13 2013/02/07 23:05:40 ulm Exp $ - -EAPI="2" - -inherit autotools - -DESCRIPTION="Default freedesktop.org sound theme following the XDG theming specification" -HOMEPAGE="http://www.freedesktop.org/wiki/Specifications/sound-theme-spec" -SRC_URI="http://cgit.freedesktop.org/${PN}/snapshot/${P}.tar.bz2" - -LICENSE="GPL-2 LGPL-2 CC-BY-3.0 CC-BY-SA-2.0" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="" - -RDEPEND="" -DEPEND=" - sys-devel/gettext - dev-libs/glib:2 - >=dev-util/intltool-0.40" - -src_prepare() { - eautoreconf -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS CREDITS NEWS README || die -} |