diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-08-14 16:19:43 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-08-14 16:19:43 +0000 |
commit | fcd56c04a91432c6dbf5d52f9e0d60066f5d3030 (patch) | |
tree | 141ebc72239e8bc9cf760e5b6ffee6b6d5194da5 /kde-apps | |
parent | kdebase needs exactly lame-2.88-r1 2.89 did not work, so I changed the depend... (diff) | |
download | gentoo-2-fcd56c04a91432c6dbf5d52f9e0d60066f5d3030.tar.gz gentoo-2-fcd56c04a91432c6dbf5d52f9e0d60066f5d3030.tar.bz2 gentoo-2-fcd56c04a91432c6dbf5d52f9e0d60066f5d3030.zip |
Added a new prerealse and removed 2.0 which was 2.0_pre1
Diffstat (limited to 'kde-apps')
-rw-r--r-- | kde-apps/quanta/files/digest-quanta-2.0-r1 | 1 | ||||
-rw-r--r-- | kde-apps/quanta/files/digest-quanta-2.0_pre2 | 1 | ||||
-rw-r--r-- | kde-apps/quanta/quanta-2.0_pre2.ebuild (renamed from kde-apps/quanta/quanta-2.0-r1.ebuild) | 5 |
3 files changed, 3 insertions, 4 deletions
diff --git a/kde-apps/quanta/files/digest-quanta-2.0-r1 b/kde-apps/quanta/files/digest-quanta-2.0-r1 deleted file mode 100644 index e41f2d2ffb86..000000000000 --- a/kde-apps/quanta/files/digest-quanta-2.0-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 dec00150b247d40162fa3941b56c3b93 quanta-2.0-pr1.tar.bz2 diff --git a/kde-apps/quanta/files/digest-quanta-2.0_pre2 b/kde-apps/quanta/files/digest-quanta-2.0_pre2 new file mode 100644 index 000000000000..e8d652443361 --- /dev/null +++ b/kde-apps/quanta/files/digest-quanta-2.0_pre2 @@ -0,0 +1 @@ +MD5 bcdbed620bcf4447cb89b5d74a337b2b quanta-2.0-pr2.tar.bz2 diff --git a/kde-apps/quanta/quanta-2.0-r1.ebuild b/kde-apps/quanta/quanta-2.0_pre2.ebuild index 3777b71d0bca..744a0361e559 100644 --- a/kde-apps/quanta/quanta-2.0-r1.ebuild +++ b/kde-apps/quanta/quanta-2.0_pre2.ebuild @@ -2,12 +2,11 @@ # Distributed under the terms of the GNU General Public License, v2 or later # Author Philippe Namias <pnamias@gentoo.org> -A=${P}-pr1.tar.bz2 +A=${PN}-2.0-pr2.tar.bz2 S=${WORKDIR}/quanta DESCRIPTION="HTML editor for KDE2" -SRC_URI="http://ftp1.sourceforge.net/quanta/${A}" +SRC_URI="http://prdownloads.sourceforge.net/quanta/${A}" HOMEPAGE="http://quanta.sourceforge.net" - DEPEND=">=kde-base/kdelibs-2.1.1" RDEPEND=$DEPEND |