diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-03-05 11:32:26 +0000 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-03-05 11:32:26 +0000 |
commit | 09fb30dff9e9bcb47e82d9bc62c35b11fae334c8 (patch) | |
tree | 8e84641c3ccbbd34c2ac6b63275d23b7a06fca31 /x11-themes/rogentos-artwork-loo | |
parent | e8963683db76581942b4d37d4e54b396ee44c5cf (diff) |
fix our artwork, drop deprecated things
Diffstat (limited to 'x11-themes/rogentos-artwork-loo')
-rw-r--r-- | x11-themes/rogentos-artwork-loo/rogentos-artwork-loo-1.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/x11-themes/rogentos-artwork-loo/rogentos-artwork-loo-1.ebuild b/x11-themes/rogentos-artwork-loo/rogentos-artwork-loo-1.ebuild deleted file mode 100644 index abf87e88..00000000 --- a/x11-themes/rogentos-artwork-loo/rogentos-artwork-loo-1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2011 Sabayon Linux -# Copyright 2012 Rogentos Linux -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 -inherit multilib - -DESCRIPTION="Rogentos LibreOffice Artwork" -HOMEPAGE="http://rogentos.ro/" -SRC_URI=".tar.gz" -LICENSE="CCPL-Attribution-ShareAlike-3.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND="sys-apps/sed" -RDEPEND="" - -S=${WORKDIR}/${PN} - -src_install () { - cd "${S}/images" - sed -i "s:650:620:" sofficerc || die - insinto /usr/$(get_libdir)/libreoffice/program - doins *.png sofficerc -} - -pkg_postinst () { - ewarn "Please report bugs or glitches to" - ewarn "bugs.rogentos.ro" -} |