Paste #269418 |
pasted on 28.04.2023 13:15
- Edit to this paste
- Raw
-
Compare with paste
#

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | # gtkspellmm-3.0.5.ebuild # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 DESCRIPTION="gtkspell C++ bindings" HOMEPAGE="http://gtkspell.sourceforge.net/" SRC_URI="http://sourceforge.net/projects/gtkspell/files/gtkspellmm/${P}.tar.xz" LICENSE="" SLOT="0" KEYWORDS="~amd64" IUSE="" DEPEND=" app-text/gtkspell:3 " RDEPEND="${DEPEND}" |