diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2008-06-15 11:37:47 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2008-06-15 11:37:47 +0000 |
commit | f1ac2a28daf78aa7aef504a31ced5747b03831b1 (patch) | |
tree | e334ed564b39cd4c1c14ca1a3d3d3556b3ec6aa7 /app-cdr/serpentine | |
parent | Stable on alpha, bug #207612 (diff) | |
download | historical-f1ac2a28daf78aa7aef504a31ced5747b03831b1.tar.gz historical-f1ac2a28daf78aa7aef504a31ced5747b03831b1.tar.bz2 historical-f1ac2a28daf78aa7aef504a31ced5747b03831b1.zip |
old
Package-Manager: portage-2.1.5.5
Diffstat (limited to 'app-cdr/serpentine')
-rw-r--r-- | app-cdr/serpentine/Manifest | 11 | ||||
-rw-r--r-- | app-cdr/serpentine/serpentine-0.9.ebuild | 38 |
2 files changed, 0 insertions, 49 deletions
diff --git a/app-cdr/serpentine/Manifest b/app-cdr/serpentine/Manifest index ecf7dffa39e6..8f38a59b7dee 100644 --- a/app-cdr/serpentine/Manifest +++ b/app-cdr/serpentine/Manifest @@ -1,17 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - AUX serpentine-0.9-drop_pyxml.patch 5209 RMD160 b7d241b5b043e5b9db742bd22cdeed5dfef00ddb SHA1 0eba1473acf77b5264bf64d1295325b227aadcdf SHA256 f28cef2b6985f1ac76542ed80cbdc6f6a478f3de4630e8157817ff9f60672a0e AUX serpentine-0.9-python24_compat.patch 942 RMD160 068a27dcbc2d6fe4d17041139958968f6efc85f0 SHA1 7c7ab5f3d9414b406063b6b93792aa5ed40b0f63 SHA256 509a2040af75ec271417ce983d1117ac505a63c2e645b045ef5c595c4db23529 DIST serpentine-0.9.tar.bz2 223452 RMD160 783b5f49666b9c8cd3da946ba3b916265c6d2b9a SHA1 b0bb860c9b3d2e7c4f862d07f008d1afd5cbf563 SHA256 40d3239f48b700d63daf43ea80ae77760910e9135ba7a04327f36c5284692f2c EBUILD serpentine-0.9-r2.ebuild 1578 RMD160 e704a4109574d50f23f64c909fde002a71338a98 SHA1 ca76ae2b5a9ce7cb26d2829b6b21c289a0c3becf SHA256 4fe40a423141d7512f6f52875155ebd4fecb96dc3a503c96d7ad2a62a7799230 -EBUILD serpentine-0.9.ebuild 1073 RMD160 6b69b5776d26f91151bcd28b65fd0b3a2cbce843 SHA1 96577f8b3d11c76def71f3dffa5f7e36c061dbb3 SHA256 6080bad7f13cc729ee27931d9f70875e7520551b512e7b0569ebf33f82530674 MISC ChangeLog 3293 RMD160 09151b76da2fc75a644b22aa05fdc4d3d35d9375 SHA1 c35318e33b6b026a785e022b933368ac9486061d SHA256 9c39cc00f40f7c21d9d22eda3a5fd93aba4c614e930764cdba56aed2b414b18d MISC metadata.xml 322 RMD160 5ea131e7f1c157ca434039ce9e677fa5a21259a1 SHA1 488200d777e57ed14a4560ee3fbe4c26603b8342 SHA256 5a781fd872c6e6458cc9d6a4eb562bc8f7a6bb2fc8c410b99121886faf5c6a3b ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.9 (GNU/Linux) - -iEYEARECAAYFAkhNhd8ACgkQNQqtfCuFnePeNACdGmGbotMFaWRFy0S5ktVldyTO -I4gAoIReSzbtMLzxmHiuiz/WhLf3E+cm -=0jP4 ------END PGP SIGNATURE----- diff --git a/app-cdr/serpentine/serpentine-0.9.ebuild b/app-cdr/serpentine/serpentine-0.9.ebuild deleted file mode 100644 index a1e66f2c6f37..000000000000 --- a/app-cdr/serpentine/serpentine-0.9.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/serpentine/serpentine-0.9.ebuild,v 1.3 2008/06/05 08:34:55 opfer Exp $ - -inherit gnome2 mono - -DESCRIPTION="Serpentine is an application for writing CD-Audio discs. It aims -for simplicity, usability and compability." -HOMEPAGE="http://irrepupavel.com/projects/serpentine/" -SRC_URI="mirror://berlios/serpentine/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc x86" -IUSE="muine" - -RDEPEND=">=dev-lang/python-2.4 - >=dev-python/pygtk-2.6 - >=dev-python/gnome-python-desktop-2.14.0 - >=dev-python/pyxml-0.8.4 - >=dev-python/gst-python-0.10 - gnome-base/gconf - >=media-plugins/gst-plugins-gnomevfs-0.10 - muine? ( media-sound/muine )" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -pkg_setup() { - DOCS="AUTHORS ChangeLog NEWS README TODO" - G2CONF="${G2CONF} $(use_enable muine)" -} - -src_unpack() { - unpack ${A} - cd "${S}" - echo serpentine/gtkutil.py >> po/POTFILES.skip - echo serpentine/plugins/plugsuspend.py >> po/POTFILES.skip -} |